#BEC581

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

Shades of Pine Glade #BEC581

Tints of Pine Glade #BEC581

Color information

#BEC581 (or 0xBEC581) is unknown color: approx Pine Glade. HEX triplet: BE, C5 and 81. RGB value is (190,197,129). Sum of RGB (Red+Green+Blue) = 190+197+129=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC581 is #413A7E. Grayscale: #BBBBBB. Windows color (decimal): -4274815 or 8504766. OLE color: 8504766.

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

Color convert

RGB190197129-
CMYK0.0400.350.23
HSL66.18º36.96%63.92%-
HSV(B)66.18º34.52%77.25%-
XYZ45.1652.4628.52-
YUV187.1595.18130.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 129 (50.78% from 255) = 25%
R=36.82%
G=38.18%
B=25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971290.0400.350.2366.1836.9663.92
HexBEC581402317422540
Octal27630520140432710245100
Binary10111110110001011000000110001000111011110000101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC581; }

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

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

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

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

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

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

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

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