#B6BB8A

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

Shades of Pine Glade #B6BB8A

Tints of Pine Glade #B6BB8A

Color information

#B6BB8A (or 0xB6BB8A) is unknown color: approx Pine Glade. HEX triplet: B6, BB and 8A. RGB value is (182,187,138). Sum of RGB (Red+Green+Blue) = 182+187+138=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BB8A is #494475. Grayscale: #B4B4B4. Windows color (decimal): -4801654 or 9092022. OLE color: 9092022.

HSL color Cylindrical-coordinate representation of color #B6BB8A: hue angle of 66.12º 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 #B6BB8A is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB182187138-
CMYK0.0300.260.27
HSL66.12º26.49%63.73%-
HSV(B)66.12º26.2%73.33%-
XYZ41.6547.3230.98-
YUV179.92104.34129.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.90%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=35.90%
G=36.88%
B=27.22%

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
Decimal1821871380.0300.260.2766.1226.4963.73
HexB6BB8A301A1B421a40
Octal26627321230323310232100
Binary10110110101110111000101011011010110111000010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BB8A; }

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

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

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

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

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

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

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

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