#BEC989

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

Shades of Pine Glade #BEC989

Tints of Pine Glade #BEC989

Color information

#BEC989 (or 0xBEC989) is unknown color: approx Pine Glade. HEX triplet: BE, C9 and 89. RGB value is (190,201,137). Sum of RGB (Red+Green+Blue) = 190+201+137=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC989 is #413676. Grayscale: #BEBEBE. Windows color (decimal): -4273783 or 9030078. OLE color: 9030078.

HSL color Cylindrical-coordinate representation of color #BEC989: hue angle of 70.31º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEC989 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB190201137-
CMYK0.0500.320.21
HSL70.31º37.21%66.27%-
HSV(B)70.31º31.84%78.82%-
XYZ46.6454.5331.73-
YUV190.4297.86127.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 201 (78.91% from 255) = 38.07%
BLUE value IS 137 (53.91% from 255) = 25.95%
R=35.98%
G=38.07%
B=25.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011370.0500.320.2170.3137.2166.27
HexBEC989502015462542
Octal27631121150402510645102
Binary10111110110010011000100110101000001010110001101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC989; }

 p { color: rgb(190,201,137); }

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

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

 a { background-color: rgb(190,201,137); }

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

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

 span { border-color: rgb(190,201,137); }

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