#B4BB71

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

Shades of Pine Glade #B4BB71

Tints of Pine Glade #B4BB71

Color information

#B4BB71 (or 0xB4BB71) is unknown color: approx Pine Glade. HEX triplet: B4, BB and 71. RGB value is (180,187,113). Sum of RGB (Red+Green+Blue) = 180+187+113=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BB71 is #4B448E. Grayscale: #B0B0B0. Windows color (decimal): -4932751 or 7453620. OLE color: 7453620.

HSL color Cylindrical-coordinate representation of color #B4BB71: hue angle of 65.68º 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 #B4BB71 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB180187113-
CMYK0.0400.400.27
HSL65.68º35.24%58.82%-
HSV(B)65.68º39.57%73.33%-
XYZ39.5746.4422.5-
YUV176.4792.18130.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 113 (44.53% from 255) = 23.54%
R=37.5%
G=38.96%
B=23.54%

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
Decimal1801871130.0400.400.2765.6835.2458.82
HexB4BB7140281B42233b
Octal2642731614050331024373
Binary101101001011101111100011000101000110111000010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BB71; }

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

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

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

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

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

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

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

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