#BEC677

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

Shades of Pine Glade #BEC677

Tints of Pine Glade #BEC677

Color information

#BEC677 (or 0xBEC677) is unknown color: approx Pine Glade. HEX triplet: BE, C6 and 77. RGB value is (190,198,119). Sum of RGB (Red+Green+Blue) = 190+198+119=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC677 is #413988. Grayscale: #BABABA. Windows color (decimal): -4274569 or 7849662. OLE color: 7849662.

HSL color Cylindrical-coordinate representation of color #BEC677: hue angle of 66.08º degrees, saturation: 0.41, 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 #BEC677 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB190198119-
CMYK0.0400.400.22
HSL66.08º40.93%62.16%-
HSV(B)66.08º39.9%77.65%-
XYZ44.7652.6725.26-
YUV186.689.85130.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 198 (77.73% from 255) = 39.05%
BLUE value IS 119 (46.88% from 255) = 23.47%
R=37.48%
G=39.05%
B=23.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981190.0400.400.2266.0840.9362.16
HexBEC67740281642293e
Octal2763061674050261025176
Binary101111101100011011101111000101000101101000010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC677; }

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

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

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

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

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

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

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

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