#B6BB7A

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

Shades of Pine Glade #B6BB7A

Tints of Pine Glade #B6BB7A

Color information

#B6BB7A (or 0xB6BB7A) is unknown color: approx Pine Glade. HEX triplet: B6, BB and 7A. RGB value is (182,187,122). Sum of RGB (Red+Green+Blue) = 182+187+122=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BB7A is #494485. Grayscale: #B2B2B2. Windows color (decimal): -4801670 or 8043446. OLE color: 8043446.

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

Color convert

RGB182187122-
CMYK0.0300.350.27
HSL64.62º32.34%60.59%-
HSV(B)64.62º34.76%73.33%-
XYZ40.5746.8925.32-
YUV178.0996.34130.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=37.07%
G=38.09%
B=24.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821871220.0300.350.2764.6232.3460.59
HexB6BB7A30231B41203d
Octal2662731723043331014075
Binary10110110101110111111010110100011110111000001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BB7A; }

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

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

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

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

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

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

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

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