#BEC07D

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

Shades of Pine Glade #BEC07D

Tints of Pine Glade #BEC07D

Color information

#BEC07D (or 0xBEC07D) is unknown color: approx Pine Glade. HEX triplet: BE, C0 and 7D. RGB value is (190,192,125). Sum of RGB (Red+Green+Blue) = 190+192+125=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC07D is #413F82. Grayscale: #B8B8B8. Windows color (decimal): -4276099 or 8241342. OLE color: 8241342.

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

Color convert

RGB190192125-
CMYK0.0100.350.25
HSL61.79º34.72%62.16%-
HSV(B)61.79º34.9%75.29%-
XYZ43.7950.1326.77-
YUV183.7694.84132.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 125 (49.22% from 255) = 24.65%
R=37.48%
G=37.87%
B=24.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921250.0100.350.2561.7934.7262.16
HexBEC07D1023193e233e
Octal276300175104331764376
Binary101111101100000011111011010001111001111110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC07D; }

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

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

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

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

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

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

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

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