Shades of Fuego #B8CA33
Tints of Fuego #B8CA33
RGB
CMYK
RGB Variations
Color information
#B8CA33 (or 0xB8CA33) is known color: Fuego. HEX triplet: B8, CA and 33. RGB value is (184,202,51). Sum of RGB (Red+Green+Blue) = 184+202+51=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CA33 is #4735CC. Grayscale: #B3B3B3. Windows color (decimal): -4666829 or 3394232. OLE color: 3394232.
HSL color Cylindrical-coordinate representation of color #B8CA33: hue angle of 67.15º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B8CA33 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 51 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.21 |
| HSL | 67.15º | 0.6% | 0.5% | - |
| HSV(B) | 67.15º | 0.75% | 0.79% | - |
| XYZ | 41.49 | 52.67 | 11.11 | - |
| YUV | 179.4 | 55.54 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 51 | 0.09 | 0 | 0.75 | 0.21 | 67.15 | 0.6 | 0.5 |
| Hex | B8 | CA | 33 | 9 | 0 | 4B | 15 | 43 | 3C | 32 |
| Octal | 270 | 312 | 63 | 11 | 0 | 113 | 25 | 103 | 74 | 62 |
| Binary | 10111000 | 11001010 | 110011 | 1001 | 0 | 1001011 | 10101 | 1000011 | 111100 | 110010 |
Color Harmonies of #B8CA33
Complementary color
Monochromatic Colors of #B8CA33
Black with #B8CA33
Text Example
Text Example
White with #B8CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CA33; }
p { color: rgb(184,202,51); }
H1.HeaderClassName
{
color: #B8CA33;
}
.AnyTagClassName
{
color: #B8CA33;
}
</style>
background-color css
<style>
a { background-color: #B8CA33; }
a { background-color: rgb(184,202,51); }
div.DivClassName
{
background-color: #B8CA33;
}
.BgClassName
{
background-color: #B8CA33;
}
</style>
border-color css
<style>
span { border-color: #B8CA33; }
span { border-color: rgb(184,202,51); }
td.TdClassName
{
border-color: #B8CA33;
}
.TagClassName
{
border-color: #B8CA33;
}
</style>