#B0D326

Color #B0D326 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B0D326

Tints of Fuego #B0D326

Color information

#B0D326 (or 0xB0D326) is unknown color: approx Fuego. HEX triplet: B0, D3 and 26. RGB value is (176,211,38). Sum of RGB (Red+Green+Blue) = 176+211+38=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D326 is #4F2CD9. Grayscale: #B5B5B5. Windows color (decimal): -5188826 or 2544560. OLE color: 2544560.

HSL color Cylindrical-coordinate representation of color #B0D326: hue angle of 72.14º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0D326 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB17621138-
CMYK0.1700.820.17
HSL72.14º69.48%48.82%-
HSV(B)72.14º81.99%82.75%-
XYZ41.5555.9610.44-
YUV180.8147.4124.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 211 (82.81% from 255) = 49.65%
BLUE value IS 38 (15.23% from 255) = 8.94%
R=41.41%
G=49.65%
B=8.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal176211380.1700.820.1772.1469.4848.82
HexB0D3261105211484531
Octal260323462101222111010561
Binary101100001101001110011010001010100101000110010001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D326; }

 p { color: rgb(176,211,38); }

 H1.HeaderClassName
 {
   color: #B0D326;
 }
 .AnyTagClassName
 {
   color: #B0D326;
 }
</style>
background-color css

<style>
 a { background-color: #B0D326; }

 a { background-color: rgb(176,211,38); }

 div.DivClassName
 {
   background-color: #B0D326;
 }
 .BgClassName
 {
   background-color: #B0D326;
 }
</style>
border-color css

<style>
 span { border-color: #B0D326; }

 span { border-color: rgb(176,211,38); }

 td.TdClassName
 {
   border-color: #B0D326;
 }
 .TagClassName
 {
   border-color: #B0D326;
 }
</style>