Shades of Fuego #B9CB34
Tints of Fuego #B9CB34
RGB
CMYK
RGB Variations
Color information
#B9CB34 (or 0xB9CB34) is known color: Fuego. HEX triplet: B9, CB and 34. RGB value is (185,203,52). Sum of RGB (Red+Green+Blue) = 185+203+52=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CB34 is #4634CB. Grayscale: #B4B4B4. Windows color (decimal): -4601036 or 3460025. OLE color: 3460025.
HSL color Cylindrical-coordinate representation of color #B9CB34: hue angle of 67.15º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9CB34 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 52 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.20 |
| HSL | 67.15º | 0.59% | 0.5% | - |
| HSV(B) | 67.15º | 0.74% | 0.8% | - |
| XYZ | 41.98 | 53.27 | 11.32 | - |
| YUV | 180.4 | 55.54 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 52 | 0.09 | 0 | 0.74 | 0.20 | 67.15 | 0.59 | 0.5 |
| Hex | B9 | CB | 34 | 9 | 0 | 4A | 14 | 43 | 3B | 32 |
| Octal | 271 | 313 | 64 | 11 | 0 | 112 | 24 | 103 | 73 | 62 |
| Binary | 10111001 | 11001011 | 110100 | 1001 | 0 | 1001010 | 10100 | 1000011 | 111011 | 110010 |
Color Harmonies of #B9CB34
Complementary color
Monochromatic Colors of #B9CB34
Black with #B9CB34
Text Example
Text Example
White with #B9CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CB34; }
p { color: rgb(185,203,52); }
H1.HeaderClassName
{
color: #B9CB34;
}
.AnyTagClassName
{
color: #B9CB34;
}
</style>
background-color css
<style>
a { background-color: #B9CB34; }
a { background-color: rgb(185,203,52); }
div.DivClassName
{
background-color: #B9CB34;
}
.BgClassName
{
background-color: #B9CB34;
}
</style>
border-color css
<style>
span { border-color: #B9CB34; }
span { border-color: rgb(185,203,52); }
td.TdClassName
{
border-color: #B9CB34;
}
.TagClassName
{
border-color: #B9CB34;
}
</style>