#B5B88A

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

Shades of Pine Glade #B5B88A

Tints of Pine Glade #B5B88A

Color information

#B5B88A (or 0xB5B88A) is unknown color: approx Pine Glade. HEX triplet: B5, B8 and 8A. RGB value is (181,184,138). Sum of RGB (Red+Green+Blue) = 181+184+138=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B88A is #4A4775. Grayscale: #B2B2B2. Windows color (decimal): -4867958 or 9091253. OLE color: 9091253.

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

Color convert

RGB181184138-
CMYK0.0200.250.28
HSL63.91º24.47%63.14%-
HSV(B)63.91º25%72.16%-
XYZ40.7845.9430.76-
YUV177.86105.51130.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 184 (72.27% from 255) = 36.58%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=35.98%
G=36.58%
B=27.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811841380.0200.250.2863.9124.4763.14
HexB5B88A20191C40183f
Octal2652702122031341003077
Binary1011010110111000100010101001100111100100000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B88A; }

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

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

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

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

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

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

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

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