#BBBF8A

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

Shades of Pine Glade #BBBF8A

Tints of Pine Glade #BBBF8A

Color information

#BBBF8A (or 0xBBBF8A) is unknown color: approx Pine Glade. HEX triplet: BB, BF and 8A. RGB value is (187,191,138). Sum of RGB (Red+Green+Blue) = 187+191+138=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF8A is #444075. Grayscale: #B7B7B7. Windows color (decimal): -4472950 or 9093051. OLE color: 9093051.

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

Color convert

RGB187191138-
CMYK0.0200.280.25
HSL64.53º29.28%64.51%-
HSV(B)64.53º27.75%74.9%-
XYZ43.7149.6631.33-
YUV183.76102.17130.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=36.24%
G=37.02%
B=26.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911380.0200.280.2564.5329.2864.51
HexBBBF8A201C19411d41
Octal27327721220343110135101
Binary10111011101111111000101010011100110011000001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF8A; }

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

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

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

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

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

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

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

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