Shades of Conifer #B2D05A
Tints of Conifer #B2D05A
RGB
CMYK
RGB Variations
Color information
#B2D05A (or 0xB2D05A) is known color: Conifer. HEX triplet: B2, D0 and 5A. RGB value is (178,208,90). Sum of RGB (Red+Green+Blue) = 178+208+90=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D05A is #4D2FA5. Grayscale: #BABABA. Windows color (decimal): -5058470 or 5951666. OLE color: 5951666.
HSL color Cylindrical-coordinate representation of color #B2D05A: hue angle of 75.25º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2D05A is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 90 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.18 |
| HSL | 75.25º | 0.56% | 0.58% | - |
| HSV(B) | 75.25º | 0.57% | 0.82% | - |
| XYZ | 42.76 | 55.31 | 18.1 | - |
| YUV | 185.58 | 74.06 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 90 | 0.14 | 0 | 0.57 | 0.18 | 75.25 | 0.56 | 0.58 |
| Hex | B2 | D0 | 5A | E | 0 | 39 | 12 | 4B | 38 | 3A |
| Octal | 262 | 320 | 132 | 16 | 0 | 71 | 22 | 113 | 70 | 72 |
| Binary | 10110010 | 11010000 | 1011010 | 1110 | 0 | 111001 | 10010 | 1001011 | 111000 | 111010 |
Color Harmonies of #B2D05A
Complementary color
Monochromatic Colors of #B2D05A
Black with #B2D05A
Text Example
Text Example
White with #B2D05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D05A; }
p { color: rgb(178,208,90); }
H1.HeaderClassName
{
color: #B2D05A;
}
.AnyTagClassName
{
color: #B2D05A;
}
</style>
background-color css
<style>
a { background-color: #B2D05A; }
a { background-color: rgb(178,208,90); }
div.DivClassName
{
background-color: #B2D05A;
}
.BgClassName
{
background-color: #B2D05A;
}
</style>
border-color css
<style>
span { border-color: #B2D05A; }
span { border-color: rgb(178,208,90); }
td.TdClassName
{
border-color: #B2D05A;
}
.TagClassName
{
border-color: #B2D05A;
}
</style>