Shades of Fuego #B5CB2C
Tints of Fuego #B5CB2C
RGB
CMYK
RGB Variations
Color information
#B5CB2C (or 0xB5CB2C) is known color: Fuego. HEX triplet: B5, CB and 2C. RGB value is (181,203,44). Sum of RGB (Red+Green+Blue) = 181+203+44=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CB2C is #4A34D3. Grayscale: #B2B2B2. Windows color (decimal): -4863188 or 2935733. OLE color: 2935733.
HSL color Cylindrical-coordinate representation of color #B5CB2C: hue angle of 68.3º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5CB2C is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 44 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.20 |
| HSL | 68.3º | 0.64% | 0.48% | - |
| HSV(B) | 68.3º | 0.78% | 0.8% | - |
| XYZ | 40.87 | 52.72 | 10.4 | - |
| YUV | 178.3 | 52.21 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 44 | 0.11 | 0 | 0.78 | 0.20 | 68.3 | 0.64 | 0.48 |
| Hex | B5 | CB | 2C | B | 0 | 4E | 14 | 44 | 40 | 30 |
| Octal | 265 | 313 | 54 | 13 | 0 | 116 | 24 | 104 | 100 | 60 |
| Binary | 10110101 | 11001011 | 101100 | 1011 | 0 | 1001110 | 10100 | 1000100 | 1000000 | 110000 |
Color Harmonies of #B5CB2C
Complementary color
Monochromatic Colors of #B5CB2C
Black with #B5CB2C
Text Example
Text Example
White with #B5CB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB2C; }
p { color: rgb(181,203,44); }
H1.HeaderClassName
{
color: #B5CB2C;
}
.AnyTagClassName
{
color: #B5CB2C;
}
</style>
background-color css
<style>
a { background-color: #B5CB2C; }
a { background-color: rgb(181,203,44); }
div.DivClassName
{
background-color: #B5CB2C;
}
.BgClassName
{
background-color: #B5CB2C;
}
</style>
border-color css
<style>
span { border-color: #B5CB2C; }
span { border-color: rgb(181,203,44); }
td.TdClassName
{
border-color: #B5CB2C;
}
.TagClassName
{
border-color: #B5CB2C;
}
</style>