#B5B881

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

Shades of Pine Glade #B5B881

Tints of Pine Glade #B5B881

Color information

#B5B881 (or 0xB5B881) is unknown color: approx Pine Glade. HEX triplet: B5, B8 and 81. RGB value is (181,184,129). Sum of RGB (Red+Green+Blue) = 181+184+129=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B881 is #4A477E. Grayscale: #B1B1B1. Windows color (decimal): -4867967 or 8501429. OLE color: 8501429.

HSL color Cylindrical-coordinate representation of color #B5B881: hue angle of 63.27º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5B881 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB181184129-
CMYK0.0200.300.28
HSL63.27º27.92%61.37%-
HSV(B)63.27º29.89%72.16%-
XYZ40.1645.6927.47-
YUV176.83101.01130.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 184 (72.27% from 255) = 37.25%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=36.64%
G=37.25%
B=26.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811841290.0200.300.2863.2727.9261.37
HexB5B881201E1C3f1c3d
Octal265270201203634773475
Binary101101011011100010000001100111101110011111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B881; }

 p { color: rgb(181,184,129); }

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

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

 a { background-color: rgb(181,184,129); }

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

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

 span { border-color: rgb(181,184,129); }

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