#B4BA83

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

Shades of Pine Glade #B4BA83

Tints of Pine Glade #B4BA83

Color information

#B4BA83 (or 0xB4BA83) is unknown color: approx Pine Glade. HEX triplet: B4, BA and 83. RGB value is (180,186,131). Sum of RGB (Red+Green+Blue) = 180+186+131=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BA83 is #4B457C. Grayscale: #B2B2B2. Windows color (decimal): -4932989 or 8633012. OLE color: 8633012.

HSL color Cylindrical-coordinate representation of color #B4BA83: hue angle of 66.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4BA83 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB180186131-
CMYK0.0300.300.27
HSL66.55º28.5%62.16%-
HSV(B)66.55º29.57%72.94%-
XYZ40.4846.4628.31-
YUV177.94101.51129.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 131 (51.56% from 255) = 26.36%
R=36.22%
G=37.42%
B=26.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801861310.0300.300.2766.5528.562.16
HexB4BA83301E1B431c3e
Octal2642722033036331033476
Binary1011010010111010100000111101111011011100001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA83; }

 p { color: rgb(180,186,131); }

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

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

 a { background-color: rgb(180,186,131); }

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

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

 span { border-color: rgb(180,186,131); }

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