#BEBC82

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

Shades of Pine Glade #BEBC82

Tints of Pine Glade #BEBC82

Color information

#BEBC82 (or 0xBEBC82) is unknown color: approx Pine Glade. HEX triplet: BE, BC and 82. RGB value is (190,188,130). Sum of RGB (Red+Green+Blue) = 190+188+130=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC82 is #41437D. Grayscale: #B6B6B6. Windows color (decimal): -4277118 or 8567998. OLE color: 8567998.

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

Color convert

RGB190188130-
CMYK00.010.320.25
HSL58º31.58%62.75%-
HSV(B)58º31.58%74.51%-
XYZ43.2548.5328.21-
YUV181.9998.66133.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=37.40%
G=37.01%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018813000.010.320.255831.5862.75
HexBEBC820120193a203f
Octal276274202014031724077
Binary1011111010111100100000100110000011001111010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC82; }

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

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

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

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

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

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

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

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