#BCC37E

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

Shades of Pine Glade #BCC37E

Tints of Pine Glade #BCC37E

Color information

#BCC37E (or 0xBCC37E) is unknown color: approx Pine Glade. HEX triplet: BC, C3 and 7E. RGB value is (188,195,126). Sum of RGB (Red+Green+Blue) = 188+195+126=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC37E is #433C81. Grayscale: #B9B9B9. Windows color (decimal): -4406402 or 8307644. OLE color: 8307644.

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

Color convert

RGB188195126-
CMYK0.0400.350.24
HSL66.09º36.51%62.94%-
HSV(B)66.09º35.38%76.47%-
XYZ44.0251.2327.31-
YUV185.0494.68130.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 195 (76.56% from 255) = 38.31%
BLUE value IS 126 (49.61% from 255) = 24.75%
R=36.94%
G=38.31%
B=24.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951260.0400.350.2466.0936.5162.94
HexBCC37E40231842253f
Octal2743031764043301024577
Binary101111001100001111111101000100011110001000010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC37E; }

 p { color: rgb(188,195,126); }

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

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

 a { background-color: rgb(188,195,126); }

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

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

 span { border-color: rgb(188,195,126); }

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