#BEC988

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

Shades of Pine Glade #BEC988

Tints of Pine Glade #BEC988

Color information

#BEC988 (or 0xBEC988) is unknown color: approx Pine Glade. HEX triplet: BE, C9 and 88. RGB value is (190,201,136). Sum of RGB (Red+Green+Blue) = 190+201+136=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC988 is #413677. Grayscale: #BEBEBE. Windows color (decimal): -4273784 or 8964542. OLE color: 8964542.

HSL color Cylindrical-coordinate representation of color #BEC988: hue angle of 70.15º degrees, saturation: 0.38, 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 #BEC988 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB190201136-
CMYK0.0500.320.21
HSL70.15º37.57%66.08%-
HSV(B)70.15º32.34%78.82%-
XYZ46.5754.531.36-
YUV190.397.36127.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 136 (53.52% from 255) = 25.81%
R=36.05%
G=38.14%
B=25.81%

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
Decimal1902011360.0500.320.2170.1537.5766.08
HexBEC988502015462642
Octal27631121050402510646102
Binary10111110110010011000100010101000001010110001101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC988; }

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

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

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

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

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

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

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

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