#BEC777

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

Shades of Pine Glade #BEC777

Tints of Pine Glade #BEC777

Color information

#BEC777 (or 0xBEC777) is unknown color: approx Pine Glade. HEX triplet: BE, C7 and 77. RGB value is (190,199,119). Sum of RGB (Red+Green+Blue) = 190+199+119=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC777 is #413888. Grayscale: #BBBBBB. Windows color (decimal): -4274313 or 7849918. OLE color: 7849918.

HSL color Cylindrical-coordinate representation of color #BEC777: hue angle of 66.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEC777 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB190199119-
CMYK0.0500.400.22
HSL66.75º41.67%62.35%-
HSV(B)66.75º40.2%78.04%-
XYZ44.9953.1325.34-
YUV187.1989.52130-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 199 (78.12% from 255) = 39.17%
BLUE value IS 119 (46.88% from 255) = 23.43%
R=37.40%
G=39.17%
B=23.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901991190.0500.400.2266.7541.6762.35
HexBEC777502816432a3e
Octal2763071675050261035276
Binary101111101100011111101111010101000101101000011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC777; }

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

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

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

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

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

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

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

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