#B6CB39

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

Shades of Fuego #B6CB39

Tints of Fuego #B6CB39

Color information

#B6CB39 (or 0xB6CB39) is unknown color: approx Fuego. HEX triplet: B6, CB and 39. RGB value is (182,203,57). Sum of RGB (Red+Green+Blue) = 182+203+57=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 57 (22.66% from 255 or 12.90% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CB39 is #4934C6. Grayscale: #B4B4B4. Windows color (decimal): -4797639 or 3787702. OLE color: 3787702.

HSL color Cylindrical-coordinate representation of color #B6CB39: hue angle of 68.63º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B6CB39 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB18220357-
CMYK0.1000.720.20
HSL68.63º58.4%50.98%-
HSV(B)68.63º71.92%79.61%-
XYZ41.3952.9511.91-
YUV180.0858.54129.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 203 (79.69% from 255) = 45.93%
BLUE value IS 57 (22.66% from 255) = 12.90%
R=41.18%
G=45.93%
B=12.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182203570.1000.720.2068.6358.450.98
HexB6CB39A04814453a33
Octal26631371120110241057263
Binary1011011011001011111001101001001000101001000101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CB39; }

 p { color: rgb(182,203,57); }

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

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

 a { background-color: rgb(182,203,57); }

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

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

 span { border-color: rgb(182,203,57); }

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