Shades of Fuego #B7CB34
Tints of Fuego #B7CB34
RGB
CMYK
RGB Variations
Color information
#B7CB34 (or 0xB7CB34) is known color: Fuego. HEX triplet: B7, CB and 34. RGB value is (183,203,52). Sum of RGB (Red+Green+Blue) = 183+203+52=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CB34 is #4834CB. Grayscale: #B4B4B4. Windows color (decimal): -4732108 or 3460023. OLE color: 3460023.
HSL color Cylindrical-coordinate representation of color #B7CB34: hue angle of 67.95º 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 #B7CB34 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 52 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.20 |
| HSL | 67.95º | 0.59% | 0.5% | - |
| HSV(B) | 67.95º | 0.74% | 0.8% | - |
| XYZ | 41.5 | 53.03 | 11.3 | - |
| YUV | 179.81 | 55.87 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 52 | 0.10 | 0 | 0.74 | 0.20 | 67.95 | 0.59 | 0.5 |
| Hex | B7 | CB | 34 | A | 0 | 4A | 14 | 44 | 3B | 32 |
| Octal | 267 | 313 | 64 | 12 | 0 | 112 | 24 | 104 | 73 | 62 |
| Binary | 10110111 | 11001011 | 110100 | 1010 | 0 | 1001010 | 10100 | 1000100 | 111011 | 110010 |
Color Harmonies of #B7CB34
Complementary color
Monochromatic Colors of #B7CB34
Black with #B7CB34
Text Example
Text Example
White with #B7CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CB34; }
p { color: rgb(183,203,52); }
H1.HeaderClassName
{
color: #B7CB34;
}
.AnyTagClassName
{
color: #B7CB34;
}
</style>
background-color css
<style>
a { background-color: #B7CB34; }
a { background-color: rgb(183,203,52); }
div.DivClassName
{
background-color: #B7CB34;
}
.BgClassName
{
background-color: #B7CB34;
}
</style>
border-color css
<style>
span { border-color: #B7CB34; }
span { border-color: rgb(183,203,52); }
td.TdClassName
{
border-color: #B7CB34;
}
.TagClassName
{
border-color: #B7CB34;
}
</style>