#B5BA7C

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

Shades of Pine Glade #B5BA7C

Tints of Pine Glade #B5BA7C

Color information

#B5BA7C (or 0xB5BA7C) is unknown color: approx Pine Glade. HEX triplet: B5, BA and 7C. RGB value is (181,186,124). Sum of RGB (Red+Green+Blue) = 181+186+124=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA7C is #4A4583. Grayscale: #B1B1B1. Windows color (decimal): -4867460 or 8174261. OLE color: 8174261.

HSL color Cylindrical-coordinate representation of color #B5BA7C: hue angle of 64.84º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5BA7C is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB181186124-
CMYK0.0300.330.27
HSL64.84º31%60.78%-
HSV(B)64.84º33.33%72.94%-
XYZ40.2546.425.9-
YUV177.4497.84130.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=36.86%
G=37.88%
B=25.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861240.0300.330.2764.843160.78
HexB5BA7C30211B411f3d
Octal2652721743041331013775
Binary1011010110111010111110011010000111011100000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA7C; }

 p { color: rgb(181,186,124); }

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

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

 a { background-color: rgb(181,186,124); }

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

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

 span { border-color: rgb(181,186,124); }

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