#BBBD8A

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

Shades of Pine Glade #BBBD8A

Tints of Pine Glade #BBBD8A

Color information

#BBBD8A (or 0xBBBD8A) is unknown color: approx Pine Glade. HEX triplet: BB, BD and 8A. RGB value is (187,189,138). Sum of RGB (Red+Green+Blue) = 187+189+138=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD8A is #444275. Grayscale: #B6B6B6. Windows color (decimal): -4473462 or 9092539. OLE color: 9092539.

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

Color convert

RGB187189138-
CMYK0.0100.270.26
HSL62.35º27.87%64.12%-
HSV(B)62.35º26.98%74.12%-
XYZ43.2848.7931.18-
YUV182.59102.84131.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=36.38%
G=36.77%
B=26.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891380.0100.270.2662.3527.8764.12
HexBBBD8A101B1A3e1c40
Octal2732752121033327634100
Binary101110111011110110001010101101111010111110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD8A; }

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

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

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

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

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

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

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

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