Shades of Fuego #B7CA2D
Tints of Fuego #B7CA2D
RGB
CMYK
RGB Variations
Color information
#B7CA2D (or 0xB7CA2D) is known color: Fuego. HEX triplet: B7, CA and 2D. RGB value is (183,202,45). Sum of RGB (Red+Green+Blue) = 183+202+45=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CA2D is #4835D2. Grayscale: #B3B3B3. Windows color (decimal): -4732371 or 3001015. OLE color: 3001015.
HSL color Cylindrical-coordinate representation of color #B7CA2D: hue angle of 67.26º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7CA2D is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 45 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.21 |
| HSL | 67.26º | 0.64% | 0.48% | - |
| HSV(B) | 67.26º | 0.78% | 0.79% | - |
| XYZ | 41.12 | 52.5 | 10.45 | - |
| YUV | 178.42 | 52.71 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 45 | 0.09 | 0 | 0.78 | 0.21 | 67.26 | 0.64 | 0.48 |
| Hex | B7 | CA | 2D | 9 | 0 | 4E | 15 | 43 | 40 | 30 |
| Octal | 267 | 312 | 55 | 11 | 0 | 116 | 25 | 103 | 100 | 60 |
| Binary | 10110111 | 11001010 | 101101 | 1001 | 0 | 1001110 | 10101 | 1000011 | 1000000 | 110000 |
Color Harmonies of #B7CA2D
Complementary color
Monochromatic Colors of #B7CA2D
Black with #B7CA2D
Text Example
Text Example
White with #B7CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA2D; }
p { color: rgb(183,202,45); }
H1.HeaderClassName
{
color: #B7CA2D;
}
.AnyTagClassName
{
color: #B7CA2D;
}
</style>
background-color css
<style>
a { background-color: #B7CA2D; }
a { background-color: rgb(183,202,45); }
div.DivClassName
{
background-color: #B7CA2D;
}
.BgClassName
{
background-color: #B7CA2D;
}
</style>
border-color css
<style>
span { border-color: #B7CA2D; }
span { border-color: rgb(183,202,45); }
td.TdClassName
{
border-color: #B7CA2D;
}
.TagClassName
{
border-color: #B7CA2D;
}
</style>