#BBC17C

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

Shades of Pine Glade #BBC17C

Tints of Pine Glade #BBC17C

Color information

#BBC17C (or 0xBBC17C) is unknown color: approx Pine Glade. HEX triplet: BB, C1 and 7C. RGB value is (187,193,124). Sum of RGB (Red+Green+Blue) = 187+193+124=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC17C is #443E83. Grayscale: #B7B7B7. Windows color (decimal): -4472452 or 8176059. OLE color: 8176059.

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

Color convert

RGB187193124-
CMYK0.0300.360.24
HSL65.22º35.75%62.16%-
HSV(B)65.22º35.75%75.69%-
XYZ43.250.1626.47-
YUV183.3494.51130.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 193 (75.78% from 255) = 38.29%
BLUE value IS 124 (48.83% from 255) = 24.60%
R=37.10%
G=38.29%
B=24.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931240.0300.360.2465.2235.7562.16
HexBBC17C30241841243e
Octal2733011743044301014476
Binary10111011110000011111100110100100110001000001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC17C; }

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

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

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

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

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

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

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

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