#BEC588

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

Shades of Pine Glade #BEC588

Tints of Pine Glade #BEC588

Color information

#BEC588 (or 0xBEC588) is unknown color: approx Pine Glade. HEX triplet: BE, C5 and 88. RGB value is (190,197,136). Sum of RGB (Red+Green+Blue) = 190+197+136=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC588 is #413A77. Grayscale: #BCBCBC. Windows color (decimal): -4274808 or 8963518. OLE color: 8963518.

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

Color convert

RGB190197136-
CMYK0.0400.310.23
HSL66.89º34.46%65.29%-
HSV(B)66.89º30.96%77.25%-
XYZ45.6552.6631.05-
YUV187.9598.68129.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 197 (77.34% from 255) = 37.67%
BLUE value IS 136 (53.52% from 255) = 26.00%
R=36.33%
G=37.67%
B=26.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971360.0400.310.2366.8934.4665.29
HexBEC588401F17432241
Octal27630521040372710342101
Binary1011111011000101100010001000111111011110000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC588; }

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

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

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

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

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

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

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

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