Shades of Conifer #B4D04A
Tints of Conifer #B4D04A
RGB
CMYK
RGB Variations
Color information
#B4D04A (or 0xB4D04A) is known color: Conifer. HEX triplet: B4, D0 and 4A. RGB value is (180,208,74). Sum of RGB (Red+Green+Blue) = 180+208+74=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D04A is #4B2FB5. Grayscale: #B8B8B8. Windows color (decimal): -4927414 or 4903092. OLE color: 4903092.
HSL color Cylindrical-coordinate representation of color #B4D04A: hue angle of 72.54º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4D04A is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 208 | 74 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.18 |
| HSL | 72.54º | 0.59% | 0.55% | - |
| HSV(B) | 72.54º | 0.64% | 0.82% | - |
| XYZ | 42.61 | 55.31 | 14.91 | - |
| YUV | 184.35 | 65.72 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 208 | 74 | 0.13 | 0 | 0.64 | 0.18 | 72.54 | 0.59 | 0.55 |
| Hex | B4 | D0 | 4A | D | 0 | 40 | 12 | 49 | 3B | 37 |
| Octal | 264 | 320 | 112 | 15 | 0 | 100 | 22 | 111 | 73 | 67 |
| Binary | 10110100 | 11010000 | 1001010 | 1101 | 0 | 1000000 | 10010 | 1001001 | 111011 | 110111 |
Color Harmonies of #B4D04A
Complementary color
Monochromatic Colors of #B4D04A
Black with #B4D04A
Text Example
Text Example
White with #B4D04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D04A; }
p { color: rgb(180,208,74); }
H1.HeaderClassName
{
color: #B4D04A;
}
.AnyTagClassName
{
color: #B4D04A;
}
</style>
background-color css
<style>
a { background-color: #B4D04A; }
a { background-color: rgb(180,208,74); }
div.DivClassName
{
background-color: #B4D04A;
}
.BgClassName
{
background-color: #B4D04A;
}
</style>
border-color css
<style>
span { border-color: #B4D04A; }
span { border-color: rgb(180,208,74); }
td.TdClassName
{
border-color: #B4D04A;
}
.TagClassName
{
border-color: #B4D04A;
}
</style>