#BEBC84

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

Shades of Pine Glade #BEBC84

Tints of Pine Glade #BEBC84

Color information

#BEBC84 (or 0xBEBC84) is unknown color: approx Pine Glade. HEX triplet: BE, BC and 84. RGB value is (190,188,132). Sum of RGB (Red+Green+Blue) = 190+188+132=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC84 is #41437B. Grayscale: #B6B6B6. Windows color (decimal): -4277116 or 8699070. OLE color: 8699070.

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

Color convert

RGB190188132-
CMYK00.010.310.25
HSL57.93º30.85%63.14%-
HSV(B)57.93º30.53%74.51%-
XYZ43.3848.5828.92-
YUV182.2199.66133.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 188 (73.83% from 255) = 36.86%
BLUE value IS 132 (51.95% from 255) = 25.88%
R=37.25%
G=36.86%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018813200.010.310.2557.9330.8563.14
HexBEBC84011F193a1f3f
Octal276274204013731723777
Binary10111110101111001000010001111111100111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC84; }

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

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

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

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

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

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

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

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