#BEB97B

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

Shades of Pine Glade #BEB97B

Tints of Pine Glade #BEB97B

Color information

#BEB97B (or 0xBEB97B) is unknown color: approx Pine Glade. HEX triplet: BE, B9 and 7B. RGB value is (190,185,123). Sum of RGB (Red+Green+Blue) = 190+185+123=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB97B is #414684. Grayscale: #B3B3B3. Windows color (decimal): -4277893 or 8108478. OLE color: 8108478.

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

Color convert

RGB190185123-
CMYK00.030.350.25
HSL55.52º34.01%61.37%-
HSV(B)55.52º35.26%74.51%-
XYZ42.1647.0825.6-
YUV179.4396.16135.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 185 (72.66% from 255) = 37.15%
BLUE value IS 123 (48.44% from 255) = 24.70%
R=38.15%
G=37.15%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018512300.030.350.2555.5234.0161.37
HexBEB97B03231938223d
Octal276271173034331704275
Binary1011111010111001111101101110001111001111000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB97B; }

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

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

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

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

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

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

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

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