#B5BA83

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

Shades of Pine Glade #B5BA83

Tints of Pine Glade #B5BA83

Color information

#B5BA83 (or 0xB5BA83) is unknown color: approx Pine Glade. HEX triplet: B5, BA and 83. RGB value is (181,186,131). Sum of RGB (Red+Green+Blue) = 181+186+131=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA83 is #4A457C. Grayscale: #B2B2B2. Windows color (decimal): -4867453 or 8633013. OLE color: 8633013.

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

Color convert

RGB181186131-
CMYK0.0300.300.27
HSL65.45º28.5%62.16%-
HSV(B)65.45º29.57%72.94%-
XYZ40.7146.5828.32-
YUV178.24101.34129.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 131 (51.56% from 255) = 26.31%
R=36.35%
G=37.35%
B=26.31%

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
Decimal1811861310.0300.300.2765.4528.562.16
HexB5BA83301E1B411c3e
Octal2652722033036331013476
Binary1011010110111010100000111101111011011100000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA83; }

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

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

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

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

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

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

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

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