#BEBC7F

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

Shades of Pine Glade #BEBC7F

Tints of Pine Glade #BEBC7F

Color information

#BEBC7F (or 0xBEBC7F) is unknown color: approx Pine Glade. HEX triplet: BE, BC and 7F. RGB value is (190,188,127). Sum of RGB (Red+Green+Blue) = 190+188+127=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC7F is #414380. Grayscale: #B5B5B5. Windows color (decimal): -4277121 or 8371390. OLE color: 8371390.

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

Color convert

RGB190188127-
CMYK00.010.330.25
HSL58.1º32.64%62.16%-
HSV(B)58.1º33.16%74.51%-
XYZ43.0548.4527.16-
YUV181.6497.16133.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 188 (73.83% from 255) = 37.23%
BLUE value IS 127 (50% from 255) = 25.15%
R=37.62%
G=37.23%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018812700.010.330.2558.132.6462.16
HexBEBC7F0121193a213e
Octal276274177014131724176
Binary101111101011110011111110110000111001111010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC7F; }

 p { color: rgb(190,188,127); }

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

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

 a { background-color: rgb(190,188,127); }

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

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

 span { border-color: rgb(190,188,127); }

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