#B5BA7A

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

Shades of Pine Glade #B5BA7A

Tints of Pine Glade #B5BA7A

Color information

#B5BA7A (or 0xB5BA7A) is unknown color: approx Pine Glade. HEX triplet: B5, BA and 7A. RGB value is (181,186,122). Sum of RGB (Red+Green+Blue) = 181+186+122=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA7A is #4A4585. Grayscale: #B1B1B1. Windows color (decimal): -4867462 or 8043189. OLE color: 8043189.

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

Color convert

RGB181186122-
CMYK0.0300.340.27
HSL64.69º31.68%60.39%-
HSV(B)64.69º34.41%72.94%-
XYZ40.1346.3525.24-
YUV177.2196.84130.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=37.01%
G=38.04%
B=24.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861220.0300.340.2764.6931.6860.39
HexB5BA7A30221B41203c
Octal2652721723042331014074
Binary10110101101110101111010110100010110111000001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA7A; }

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

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

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

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

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

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

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

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