#B2BF71

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

Shades of Pine Glade #B2BF71

Tints of Pine Glade #B2BF71

Color information

#B2BF71 (or 0xB2BF71) is unknown color: approx Pine Glade. HEX triplet: B2, BF and 71. RGB value is (178,191,113). Sum of RGB (Red+Green+Blue) = 178+191+113=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF71 is #4D408E. Grayscale: #B2B2B2. Windows color (decimal): -5062799 or 7454642. OLE color: 7454642.

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

Color convert

RGB178191113-
CMYK0.0700.410.25
HSL70º37.86%59.61%-
HSV(B)70º40.84%74.9%-
XYZ39.9747.9222.77-
YUV178.2291.19127.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=36.93%
G=39.63%
B=23.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911130.0700.410.257037.8659.61
HexB2BF7170291946263c
Octal2622771617051311064674
Binary101100101011111111100011110101001110011000110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF71; }

 p { color: rgb(178,191,113); }

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

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

 a { background-color: rgb(178,191,113); }

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

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

 span { border-color: rgb(178,191,113); }

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