#BEC377

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

Shades of Pine Glade #BEC377

Tints of Pine Glade #BEC377

Color information

#BEC377 (or 0xBEC377) is unknown color: approx Pine Glade. HEX triplet: BE, C3 and 77. RGB value is (190,195,119). Sum of RGB (Red+Green+Blue) = 190+195+119=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC377 is #413C88. Grayscale: #B9B9B9. Windows color (decimal): -4275337 or 7848894. OLE color: 7848894.

HSL color Cylindrical-coordinate representation of color #BEC377: hue angle of 63.95º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEC377 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB190195119-
CMYK0.0300.390.24
HSL63.95º38.78%61.57%-
HSV(B)63.95º38.97%76.47%-
XYZ44.0851.3125.03-
YUV184.8490.84131.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 195 (76.56% from 255) = 38.69%
BLUE value IS 119 (46.88% from 255) = 23.61%
R=37.70%
G=38.69%
B=23.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951190.0300.390.2463.9538.7861.57
HexBEC37730271840273e
Octal2763031673047301004776
Binary10111110110000111110111110100111110001000000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC377; }

 p { color: rgb(190,195,119); }

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

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

 a { background-color: rgb(190,195,119); }

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

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

 span { border-color: rgb(190,195,119); }

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