#B5BB8A

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

Shades of Pine Glade #B5BB8A

Tints of Pine Glade #B5BB8A

Color information

#B5BB8A (or 0xB5BB8A) is unknown color: approx Pine Glade. HEX triplet: B5, BB and 8A. RGB value is (181,187,138). Sum of RGB (Red+Green+Blue) = 181+187+138=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BB8A is #4A4475. Grayscale: #B3B3B3. Windows color (decimal): -4867190 or 9092021. OLE color: 9092021.

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

Color convert

RGB181187138-
CMYK0.0300.260.27
HSL67.35º26.49%63.73%-
HSV(B)67.35º26.2%73.33%-
XYZ41.4147.230.97-
YUV179.62104.51128.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=35.77%
G=36.96%
B=27.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811871380.0300.260.2767.3526.4963.73
HexB5BB8A301A1B431a40
Octal26527321230323310332100
Binary10110101101110111000101011011010110111000011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BB8A; }

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

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

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

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

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

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

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

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