Shades of Conifer #BAEA4B
Tints of Conifer #BAEA4B
RGB
CMYK
RGB Variations
Color information
#BAEA4B (or 0xBAEA4B) is known color: Conifer. HEX triplet: BA, EA and 4B. RGB value is (186,234,75). Sum of RGB (Red+Green+Blue) = 186+234+75=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA4B is #4515B4. Grayscale: #CACACA. Windows color (decimal): -4527541 or 4975290. OLE color: 4975290.
HSL color Cylindrical-coordinate representation of color #BAEA4B: hue angle of 78.11º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAEA4B is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 75 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.08 |
| HSL | 78.11º | 0.79% | 0.61% | - |
| HSV(B) | 78.11º | 0.68% | 0.92% | - |
| XYZ | 50.94 | 69.79 | 17.44 | - |
| YUV | 201.52 | 56.6 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 75 | 0.21 | 0 | 0.68 | 0.08 | 78.11 | 0.79 | 0.61 |
| Hex | BA | EA | 4B | 15 | 0 | 44 | 8 | 4E | 4F | 3D |
| Octal | 272 | 352 | 113 | 25 | 0 | 104 | 10 | 116 | 117 | 75 |
| Binary | 10111010 | 11101010 | 1001011 | 10101 | 0 | 1000100 | 1000 | 1001110 | 1001111 | 111101 |
Color Harmonies of #BAEA4B
Complementary color
Monochromatic Colors of #BAEA4B
Black with #BAEA4B
Text Example
Text Example
White with #BAEA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA4B; }
p { color: rgb(186,234,75); }
H1.HeaderClassName
{
color: #BAEA4B;
}
.AnyTagClassName
{
color: #BAEA4B;
}
</style>
background-color css
<style>
a { background-color: #BAEA4B; }
a { background-color: rgb(186,234,75); }
div.DivClassName
{
background-color: #BAEA4B;
}
.BgClassName
{
background-color: #BAEA4B;
}
</style>
border-color css
<style>
span { border-color: #BAEA4B; }
span { border-color: rgb(186,234,75); }
td.TdClassName
{
border-color: #BAEA4B;
}
.TagClassName
{
border-color: #BAEA4B;
}
</style>