#BEC575

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

Shades of Pine Glade #BEC575

Tints of Pine Glade #BEC575

Color information

#BEC575 (or 0xBEC575) is unknown color: approx Pine Glade. HEX triplet: BE, C5 and 75. RGB value is (190,197,117). Sum of RGB (Red+Green+Blue) = 190+197+117=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC575 is #413A8A. Grayscale: #BABABA. Windows color (decimal): -4274827 or 7718334. OLE color: 7718334.

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

Color convert

RGB190197117-
CMYK0.0400.410.23
HSL65.25º40.82%61.57%-
HSV(B)65.25º40.61%77.25%-
XYZ44.4152.1624.56-
YUV185.7989.18131-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 197 (77.34% from 255) = 39.09%
BLUE value IS 117 (46.09% from 255) = 23.21%
R=37.70%
G=39.09%
B=23.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971170.0400.410.2365.2540.8261.57
HexBEC57540291741293e
Octal2763051654051271015176
Binary101111101100010111101011000101001101111000001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC575; }

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

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

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

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

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

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

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

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