#BEC073

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

Shades of Pine Glade #BEC073

Tints of Pine Glade #BEC073

Color information

#BEC073 (or 0xBEC073) is unknown color: approx Pine Glade. HEX triplet: BE, C0 and 73. RGB value is (190,192,115). Sum of RGB (Red+Green+Blue) = 190+192+115=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC073 is #413F8C. Grayscale: #B6B6B6. Windows color (decimal): -4276109 or 7585982. OLE color: 7585982.

HSL color Cylindrical-coordinate representation of color #BEC073: hue angle of 61.56º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEC073 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB190192115-
CMYK0.0100.400.25
HSL61.56º37.93%60.2%-
HSV(B)61.56º40.1%75.29%-
XYZ43.1849.8823.57-
YUV182.6289.84133.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=38.23%
G=38.63%
B=23.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921150.0100.400.2561.5637.9360.2
HexBEC0731028193e263c
Octal276300163105031764674
Binary101111101100000011100111010100011001111110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC073; }

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

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

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

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

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

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

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

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