#B7BA76

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

Shades of Pine Glade #B7BA76

Tints of Pine Glade #B7BA76

Color information

#B7BA76 (or 0xB7BA76) is unknown color: approx Pine Glade. HEX triplet: B7, BA and 76. RGB value is (183,186,118). Sum of RGB (Red+Green+Blue) = 183+186+118=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BA76 is #484589. Grayscale: #B1B1B1. Windows color (decimal): -4736394 or 7781047. OLE color: 7781047.

HSL color Cylindrical-coordinate representation of color #B7BA76: hue angle of 62.65º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7BA76 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB183186118-
CMYK0.0200.370.27
HSL62.65º33.01%59.61%-
HSV(B)62.65º36.56%72.94%-
XYZ40.3646.4923.99-
YUV177.3594.51132.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.58%
GREEN value IS 186 (73.05% from 255) = 38.19%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=37.58%
G=38.19%
B=24.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831861180.0200.370.2762.6533.0159.61
HexB7BA7620251B3f213c
Octal267272166204533774174
Binary1011011110111010111011010010010111011111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BA76; }

 p { color: rgb(183,186,118); }

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

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

 a { background-color: rgb(183,186,118); }

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

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

 span { border-color: rgb(183,186,118); }

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