Shades of Fuego #B2CB38
Tints of Fuego #B2CB38
RGB
CMYK
RGB Variations
Color information
#B2CB38 (or 0xB2CB38) is known color: Fuego. HEX triplet: B2, CB and 38. RGB value is (178,203,56). Sum of RGB (Red+Green+Blue) = 178+203+56=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB38 is #4D34C7. Grayscale: #B3B3B3. Windows color (decimal): -5059784 or 3722162. OLE color: 3722162.
HSL color Cylindrical-coordinate representation of color #B2CB38: hue angle of 70.2º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2CB38 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 56 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.20 |
| HSL | 70.2º | 0.59% | 0.51% | - |
| HSV(B) | 70.2º | 0.72% | 0.8% | - |
| XYZ | 40.43 | 52.46 | 11.74 | - |
| YUV | 178.77 | 58.72 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 56 | 0.12 | 0 | 0.72 | 0.20 | 70.2 | 0.59 | 0.51 |
| Hex | B2 | CB | 38 | C | 0 | 48 | 14 | 46 | 3B | 33 |
| Octal | 262 | 313 | 70 | 14 | 0 | 110 | 24 | 106 | 73 | 63 |
| Binary | 10110010 | 11001011 | 111000 | 1100 | 0 | 1001000 | 10100 | 1000110 | 111011 | 110011 |
Color Harmonies of #B2CB38
Complementary color
Monochromatic Colors of #B2CB38
Black with #B2CB38
Text Example
Text Example
White with #B2CB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB38; }
p { color: rgb(178,203,56); }
H1.HeaderClassName
{
color: #B2CB38;
}
.AnyTagClassName
{
color: #B2CB38;
}
</style>
background-color css
<style>
a { background-color: #B2CB38; }
a { background-color: rgb(178,203,56); }
div.DivClassName
{
background-color: #B2CB38;
}
.BgClassName
{
background-color: #B2CB38;
}
</style>
border-color css
<style>
span { border-color: #B2CB38; }
span { border-color: rgb(178,203,56); }
td.TdClassName
{
border-color: #B2CB38;
}
.TagClassName
{
border-color: #B2CB38;
}
</style>