#BEC177

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

Shades of Pine Glade #BEC177

Tints of Pine Glade #BEC177

Color information

#BEC177 (or 0xBEC177) is unknown color: approx Pine Glade. HEX triplet: BE, C1 and 77. RGB value is (190,193,119). Sum of RGB (Red+Green+Blue) = 190+193+119=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC177 is #413E88. Grayscale: #B7B7B7. Windows color (decimal): -4275849 or 7848382. OLE color: 7848382.

HSL color Cylindrical-coordinate representation of color #BEC177: hue angle of 62.43º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEC177 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB190193119-
CMYK0.0200.380.24
HSL62.43º37.37%61.18%-
HSV(B)62.43º38.34%75.69%-
XYZ43.6350.4224.88-
YUV183.6791.51132.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 119 (46.88% from 255) = 23.71%
R=37.85%
G=38.45%
B=23.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931190.0200.380.2462.4337.3761.18
HexBEC1772026183e253d
Octal276301167204630764575
Binary1011111011000001111011110010011011000111110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC177; }

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

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

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

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

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

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

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

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