#b6ca37

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

Shades of Fuego #B6CA37

Tints of Fuego #B6CA37

Color information

#B6CA37 (or 0xB6CA37) is unknown color: approx Fuego. HEX triplet: B6, CA and 37. RGB value is (182,202,55). Sum of RGB (Red+Green+Blue) = 182+202+55=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CA37 is #4935C8. Grayscale: #B3B3B3. Windows color (decimal): -4797897 or 3656374. OLE color: 3656374.

HSL color Cylindrical-coordinate representation of color #B6CA37: hue angle of 68.16º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6CA37 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB18220255-
CMYK0.1000.730.21
HSL68.16º58.1%50.39%-
HSV(B)68.16º72.77%79.22%-
XYZ41.152.4611.57-
YUV179.2657.87129.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 55 (21.88% from 255) = 12.53%
R=41.46%
G=46.01%
B=12.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182202550.1000.730.2168.1658.150.39
HexB6CA37A04915443a32
Octal26631267120111251047262
Binary1011011011001010110111101001001001101011000100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6ca37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6ca37; }

 p { color: rgb(182,202,55); }

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

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

 a { background-color: rgb(182,202,55); }

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

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

 span { border-color: rgb(182,202,55); }

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