#BEC07A

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

Shades of Pine Glade #BEC07A

Tints of Pine Glade #BEC07A

Color information

#BEC07A (or 0xBEC07A) is unknown color: approx Pine Glade. HEX triplet: BE, C0 and 7A. RGB value is (190,192,122). Sum of RGB (Red+Green+Blue) = 190+192+122=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC07A is #413F85. Grayscale: #B7B7B7. Windows color (decimal): -4276102 or 8044734. OLE color: 8044734.

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

Color convert

RGB190192122-
CMYK0.0100.360.25
HSL61.71º35.71%61.57%-
HSV(B)61.71º36.46%75.29%-
XYZ43.650.0525.78-
YUV183.4293.34132.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 122 (48.05% from 255) = 24.21%
R=37.70%
G=38.10%
B=24.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921220.0100.360.2561.7135.7161.57
HexBEC07A1024193e243e
Octal276300172104431764476
Binary101111101100000011110101010010011001111110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC07A; }

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

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

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

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

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

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

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

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