#BEC688

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

Shades of Pine Glade #BEC688

Tints of Pine Glade #BEC688

Color information

#BEC688 (or 0xBEC688) is unknown color: approx Pine Glade. HEX triplet: BE, C6 and 88. RGB value is (190,198,136). Sum of RGB (Red+Green+Blue) = 190+198+136=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC688 is #413977. Grayscale: #BCBCBC. Windows color (decimal): -4274552 or 8963774. OLE color: 8963774.

HSL color Cylindrical-coordinate representation of color #BEC688: hue angle of 67.74º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEC688 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB190198136-
CMYK0.0400.310.22
HSL67.74º35.23%65.49%-
HSV(B)67.74º31.31%77.65%-
XYZ45.8753.1131.13-
YUV188.5498.35129.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 198 (77.73% from 255) = 37.79%
BLUE value IS 136 (53.52% from 255) = 25.95%
R=36.26%
G=37.79%
B=25.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981360.0400.310.2267.7435.2365.49
HexBEC688401F16442341
Octal27630621040372610443101
Binary1011111011000110100010001000111111011010001001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC688; }

 p { color: rgb(190,198,136); }

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

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

 a { background-color: rgb(190,198,136); }

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

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

 span { border-color: rgb(190,198,136); }

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