Shades of Pine Glade #BBC57D
Tints of Pine Glade #BBC57D
RGB
CMYK
RGB Variations
Color information
#BBC57D (or 0xBBC57D) is known color: Pine Glade. HEX triplet: BB, C5 and 7D. RGB value is (187,197,125). Sum of RGB (Red+Green+Blue) = 187+197+125=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC57D is #443A82. Grayscale: #BABABA. Windows color (decimal): -4471427 or 8242619. OLE color: 8242619.
HSL color Cylindrical-coordinate representation of color #BBC57D: hue angle of 68.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBC57D is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
RGB | 187 | 197 | 125 | - |
CMYK | 0.05 | 0 | 0.37 | 0.23 |
HSL | 68.33º | 0.38% | 0.63% | - |
HSV(B) | 68.33º | 0.37% | 0.77% | - |
XYZ | 44.16 | 51.98 | 27.11 | - |
YUV | 185.8 | 93.69 | 128.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 197 | 125 | 0.05 | 0 | 0.37 | 0.23 | 68.33 | 0.38 | 0.63 |
Hex | BB | C5 | 7D | 5 | 0 | 25 | 17 | 44 | 26 | 3F |
Octal | 273 | 305 | 175 | 5 | 0 | 45 | 27 | 104 | 46 | 77 |
Binary | 10111011 | 11000101 | 1111101 | 101 | 0 | 100101 | 10111 | 1000100 | 100110 | 111111 |
Color Harmonies of #BBC57D
Complementary color
Monochromatic Colors of #BBC57D
Black with #BBC57D
Text Example
Text Example
White with #BBC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC57D; }
p { color: rgb(187,197,125); }
H1.HeaderClassName
{
color: #BBC57D;
}
.AnyTagClassName
{
color: #BBC57D;
}
</style>
background-color css
<style>
a { background-color: #BBC57D; }
a { background-color: rgb(187,197,125); }
div.DivClassName
{
background-color: #BBC57D;
}
.BgClassName
{
background-color: #BBC57D;
}
</style>
border-color css
<style>
span { border-color: #BBC57D; }
span { border-color: rgb(187,197,125); }
td.TdClassName
{
border-color: #BBC57D;
}
.TagClassName
{
border-color: #BBC57D;
}
</style>