#BCC17E

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

Shades of Pine Glade #BCC17E

Tints of Pine Glade #BCC17E

Color information

#BCC17E (or 0xBCC17E) is unknown color: approx Pine Glade. HEX triplet: BC, C1 and 7E. RGB value is (188,193,126). Sum of RGB (Red+Green+Blue) = 188+193+126=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC17E is #433E81. Grayscale: #B8B8B8. Windows color (decimal): -4406914 or 8307132. OLE color: 8307132.

HSL color Cylindrical-coordinate representation of color #BCC17E: hue angle of 64.48º degrees, saturation: 0.35, 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 #BCC17E is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB188193126-
CMYK0.0300.350.24
HSL64.48º35.08%62.55%-
HSV(B)64.48º34.72%75.69%-
XYZ43.5750.3427.16-
YUV183.8795.34130.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 126 (49.61% from 255) = 24.85%
R=37.08%
G=38.07%
B=24.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931260.0300.350.2464.4835.0862.55
HexBCC17E30231840233f
Octal2743011763043301004377
Binary10111100110000011111110110100011110001000000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC17E; }

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

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

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

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

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

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

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

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