#BBC17F

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

Shades of Pine Glade #BBC17F

Tints of Pine Glade #BBC17F

Color information

#BBC17F (or 0xBBC17F) is unknown color: approx Pine Glade. HEX triplet: BB, C1 and 7F. RGB value is (187,193,127). Sum of RGB (Red+Green+Blue) = 187+193+127=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC17F is #443E80. Grayscale: #B7B7B7. Windows color (decimal): -4472449 or 8372667. OLE color: 8372667.

HSL color Cylindrical-coordinate representation of color #BBC17F: hue angle of 65.45º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBC17F is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB187193127-
CMYK0.0300.340.24
HSL65.45º34.74%62.75%-
HSV(B)65.45º34.2%75.69%-
XYZ43.3950.2427.49-
YUV183.6896.01130.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 127 (50% from 255) = 25.05%
R=36.88%
G=38.07%
B=25.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931270.0300.340.2465.4534.7462.75
HexBBC17F30221841233f
Octal2733011773042301014377
Binary10111011110000011111111110100010110001000001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC17F; }

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

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

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

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

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

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

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

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