#B3C171

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

Shades of Pine Glade #B3C171

Tints of Pine Glade #B3C171

Color information

#B3C171 (or 0xB3C171) is unknown color: approx Pine Glade. HEX triplet: B3, C1 and 71. RGB value is (179,193,113). Sum of RGB (Red+Green+Blue) = 179+193+113=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C171 is #4C3E8E. Grayscale: #B4B4B4. Windows color (decimal): -4996751 or 7455155. OLE color: 7455155.

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

Color convert

RGB179193113-
CMYK0.0700.410.24
HSL70.5º39.22%60%-
HSV(B)70.5º41.45%75.69%-
XYZ40.6448.9222.92-
YUV179.6990.36127.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=36.91%
G=39.79%
B=23.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791931130.0700.410.2470.539.2260
HexB3C17170291846273c
Octal2633011617051301064774
Binary101100111100000111100011110101001110001000110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C171; }

 p { color: rgb(179,193,113); }

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

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

 a { background-color: rgb(179,193,113); }

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

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

 span { border-color: rgb(179,193,113); }

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