#BBC47F

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

Shades of Pine Glade #BBC47F

Tints of Pine Glade #BBC47F

Color information

#BBC47F (or 0xBBC47F) is unknown color: approx Pine Glade. HEX triplet: BB, C4 and 7F. RGB value is (187,196,127). Sum of RGB (Red+Green+Blue) = 187+196+127=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC47F is #443B80. Grayscale: #B9B9B9. Windows color (decimal): -4471681 or 8373435. OLE color: 8373435.

HSL color Cylindrical-coordinate representation of color #BBC47F: hue angle of 67.83º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBC47F is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB187196127-
CMYK0.0500.350.23
HSL67.83º36.9%63.33%-
HSV(B)67.83º35.2%76.86%-
XYZ44.0651.5827.71-
YUV185.4495.02129.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 196 (76.95% from 255) = 38.43%
BLUE value IS 127 (50% from 255) = 24.90%
R=36.67%
G=38.43%
B=24.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871961270.0500.350.2367.8336.963.33
HexBBC47F50231744253f
Octal2733041775043271044577
Binary101110111100010011111111010100011101111000100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC47F; }

 p { color: rgb(187,196,127); }

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

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

 a { background-color: rgb(187,196,127); }

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

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

 span { border-color: rgb(187,196,127); }

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