#BEC889

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

Shades of Pine Glade #BEC889

Tints of Pine Glade #BEC889

Color information

#BEC889 (or 0xBEC889) is unknown color: approx Pine Glade. HEX triplet: BE, C8 and 89. RGB value is (190,200,137). Sum of RGB (Red+Green+Blue) = 190+200+137=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC889 is #413776. Grayscale: #BEBEBE. Windows color (decimal): -4274039 or 9029822. OLE color: 9029822.

HSL color Cylindrical-coordinate representation of color #BEC889: hue angle of 69.52º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEC889 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB190200137-
CMYK0.0500.320.22
HSL69.52º36.42%66.08%-
HSV(B)69.52º31.5%78.43%-
XYZ46.454.0631.66-
YUV189.8398.19128.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 137 (53.91% from 255) = 26.00%
R=36.05%
G=37.95%
B=26.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001370.0500.320.2269.5236.4266.08
HexBEC889502016462442
Octal27631021150402610644102
Binary10111110110010001000100110101000001011010001101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC889; }

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

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

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

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

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

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

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

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