#B3BC71

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

Shades of Pine Glade #B3BC71

Tints of Pine Glade #B3BC71

Color information

#B3BC71 (or 0xB3BC71) is unknown color: approx Pine Glade. HEX triplet: B3, BC and 71. RGB value is (179,188,113). Sum of RGB (Red+Green+Blue) = 179+188+113=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BC71 is #4C438E. Grayscale: #B1B1B1. Windows color (decimal): -4998031 or 7453875. OLE color: 7453875.

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

Color convert

RGB179188113-
CMYK0.0500.400.26
HSL67.2º35.89%59.02%-
HSV(B)67.2º39.89%73.73%-
XYZ39.5546.7422.56-
YUV176.7692.02129.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 113 (44.53% from 255) = 23.54%
R=37.29%
G=39.17%
B=23.54%

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
Decimal1791881130.0500.400.2667.235.8959.02
HexB3BC7150281A43243b
Octal2632741615050321034473
Binary101100111011110011100011010101000110101000011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BC71; }

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

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

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

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

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

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

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

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