#B2BC71

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

Shades of Pine Glade #B2BC71

Tints of Pine Glade #B2BC71

Color information

#B2BC71 (or 0xB2BC71) is unknown color: approx Pine Glade. HEX triplet: B2, BC and 71. RGB value is (178,188,113). Sum of RGB (Red+Green+Blue) = 178+188+113=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC71 is #4D438E. Grayscale: #B0B0B0. Windows color (decimal): -5063567 or 7453874. OLE color: 7453874.

HSL color Cylindrical-coordinate representation of color #B2BC71: hue angle of 68º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2BC71 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB178188113-
CMYK0.0500.400.26
HSL68º35.89%59.02%-
HSV(B)68º39.89%73.73%-
XYZ39.3246.6222.55-
YUV176.4692.19129.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=37.16%
G=39.25%
B=23.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781881130.0500.400.266835.8959.02
HexB2BC7150281A44243b
Octal2622741615050321044473
Binary101100101011110011100011010101000110101000100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC71; }

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

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

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

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

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

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

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

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