#B6C271

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

Shades of Pine Glade #B6C271

Tints of Pine Glade #B6C271

Color information

#B6C271 (or 0xB6C271) is unknown color: approx Pine Glade. HEX triplet: B6, C2 and 71. RGB value is (182,194,113). Sum of RGB (Red+Green+Blue) = 182+194+113=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C271 is #493D8E. Grayscale: #B5B5B5. Windows color (decimal): -4799887 or 7455414. OLE color: 7455414.

HSL color Cylindrical-coordinate representation of color #B6C271: hue angle of 68.89º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6C271 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB182194113-
CMYK0.0600.420.24
HSL68.89º39.9%60.2%-
HSV(B)68.89º41.75%76.08%-
XYZ41.5649.7223.03-
YUV181.1889.52128.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 113 (44.53% from 255) = 23.11%
R=37.22%
G=39.67%
B=23.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821941130.0600.420.2468.8939.960.2
HexB6C271602A1845283c
Octal2663021616052301055074
Binary101101101100001011100011100101010110001000101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C271; }

 p { color: rgb(182,194,113); }

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

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

 a { background-color: rgb(182,194,113); }

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

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

 span { border-color: rgb(182,194,113); }

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