#B3BB71

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

Shades of Pine Glade #B3BB71

Tints of Pine Glade #B3BB71

Color information

#B3BB71 (or 0xB3BB71) is unknown color: approx Pine Glade. HEX triplet: B3, BB and 71. RGB value is (179,187,113). Sum of RGB (Red+Green+Blue) = 179+187+113=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BB71 is #4C448E. Grayscale: #B0B0B0. Windows color (decimal): -4998287 or 7453619. OLE color: 7453619.

HSL color Cylindrical-coordinate representation of color #B3BB71: hue angle of 66.49º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3BB71 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB179187113-
CMYK0.0400.400.27
HSL66.49º35.24%58.82%-
HSV(B)66.49º39.57%73.33%-
XYZ39.3446.3222.49-
YUV176.1792.35130.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=37.37%
G=39.04%
B=23.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791871130.0400.400.2766.4935.2458.82
HexB3BB7140281B42233b
Octal2632731614050331024373
Binary101100111011101111100011000101000110111000010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BB71; }

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

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

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

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

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

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

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

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