#BEC773

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

Shades of Pine Glade #BEC773

Tints of Pine Glade #BEC773

Color information

#BEC773 (or 0xBEC773) is unknown color: approx Pine Glade. HEX triplet: BE, C7 and 73. RGB value is (190,199,115). Sum of RGB (Red+Green+Blue) = 190+199+115=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC773 is #41388C. Grayscale: #BBBBBB. Windows color (decimal): -4274317 or 7587774. OLE color: 7587774.

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

Color convert

RGB190199115-
CMYK0.0500.420.22
HSL66.43º42.86%61.57%-
HSV(B)66.43º42.21%78.04%-
XYZ44.7553.0324.1-
YUV186.7387.52130.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 115 (45.31% from 255) = 22.82%
R=37.70%
G=39.48%
B=22.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901991150.0500.420.2266.4342.8661.57
HexBEC773502A16422b3e
Octal2763071635052261025376
Binary101111101100011111100111010101010101101000010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC773; }

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

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

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

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

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

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

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

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