#BBC57C

Color #BBC57C Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BBC57C

Tints of Pine Glade #BBC57C

Color information

#BBC57C (or 0xBBC57C) is unknown color: approx Pine Glade. HEX triplet: BB, C5 and 7C. RGB value is (187,197,124). Sum of RGB (Red+Green+Blue) = 187+197+124=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC57C is #443A83. Grayscale: #B9B9B9. Windows color (decimal): -4471428 or 8177083. OLE color: 8177083.

HSL color Cylindrical-coordinate representation of color #BBC57C: hue angle of 68.22º degrees, saturation: 0.39, 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 #BBC57C is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB187197124-
CMYK0.0500.370.23
HSL68.22º38.62%62.94%-
HSV(B)68.22º37.06%77.25%-
XYZ44.151.9526.77-
YUV185.6993.19128.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 197 (77.34% from 255) = 38.78%
BLUE value IS 124 (48.83% from 255) = 24.41%
R=36.81%
G=38.78%
B=24.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871971240.0500.370.2368.2238.6262.94
HexBBC57C50251744273f
Octal2733051745045271044777
Binary101110111100010111111001010100101101111000100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC57C; }

 p { color: rgb(187,197,124); }

 H1.HeaderClassName
 {
   color: #BBC57C;
 }
 .AnyTagClassName
 {
   color: #BBC57C;
 }
</style>
background-color css

<style>
 a { background-color: #BBC57C; }

 a { background-color: rgb(187,197,124); }

 div.DivClassName
 {
   background-color: #BBC57C;
 }
 .BgClassName
 {
   background-color: #BBC57C;
 }
</style>
border-color css

<style>
 span { border-color: #BBC57C; }

 span { border-color: rgb(187,197,124); }

 td.TdClassName
 {
   border-color: #BBC57C;
 }
 .TagClassName
 {
   border-color: #BBC57C;
 }
</style>