#BEBD7C

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

Shades of Pine Glade #BEBD7C

Tints of Pine Glade #BEBD7C

Color information

#BEBD7C (or 0xBEBD7C) is unknown color: approx Pine Glade. HEX triplet: BE, BD and 7C. RGB value is (190,189,124). Sum of RGB (Red+Green+Blue) = 190+189+124=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD7C is #414283. Grayscale: #B6B6B6. Windows color (decimal): -4276868 or 8175038. OLE color: 8175038.

HSL color Cylindrical-coordinate representation of color #BEBD7C: hue angle of 59.09º degrees, saturation: 0.34, 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 #BEBD7C is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB190189124-
CMYK00.010.350.25
HSL59.09º33.67%61.57%-
HSV(B)59.09º34.74%74.51%-
XYZ43.0748.826.22-
YUV181.8995.33133.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 124 (48.83% from 255) = 24.65%
R=37.77%
G=37.57%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018912400.010.350.2559.0933.6761.57
HexBEBD7C0123193b223e
Octal276275174014331734276
Binary101111101011110111111000110001111001111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD7C; }

 p { color: rgb(190,189,124); }

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

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

 a { background-color: rgb(190,189,124); }

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

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

 span { border-color: rgb(190,189,124); }

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