#BEBC7B

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

Shades of Pine Glade #BEBC7B

Tints of Pine Glade #BEBC7B

Color information

#BEBC7B (or 0xBEBC7B) is unknown color: approx Pine Glade. HEX triplet: BE, BC and 7B. RGB value is (190,188,123). Sum of RGB (Red+Green+Blue) = 190+188+123=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC7B is #414384. Grayscale: #B5B5B5. Windows color (decimal): -4277125 or 8109246. OLE color: 8109246.

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

Color convert

RGB190188123-
CMYK00.010.350.25
HSL58.21º34.01%61.37%-
HSV(B)58.21º35.26%74.51%-
XYZ42.7948.3425.81-
YUV181.1995.16134.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 188 (73.83% from 255) = 37.52%
BLUE value IS 123 (48.44% from 255) = 24.55%
R=37.92%
G=37.52%
B=24.55%

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
Decimal19018812300.010.350.2558.2134.0161.37
HexBEBC7B0123193a223d
Octal276274173014331724275
Binary101111101011110011110110110001111001111010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC7B; }

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

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

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

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

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

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

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

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