#B3BC70

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

Shades of Pine Glade #B3BC70

Tints of Pine Glade #B3BC70

Color information

#B3BC70 (or 0xB3BC70) is unknown color: approx Pine Glade. HEX triplet: B3, BC and 70. RGB value is (179,188,112). Sum of RGB (Red+Green+Blue) = 179+188+112=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BC70 is #4C438F. Grayscale: #B0B0B0. Windows color (decimal): -4998032 or 7388339. OLE color: 7388339.

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

Color convert

RGB179188112-
CMYK0.0500.400.26
HSL67.11º36.19%58.82%-
HSV(B)67.11º40.43%73.73%-
XYZ39.546.7222.27-
YUV176.6491.52129.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=37.37%
G=39.25%
B=23.38%

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
Decimal1791881120.0500.400.2667.1136.1958.82
HexB3BC7050281A43243b
Octal2632741605050321034473
Binary101100111011110011100001010101000110101000011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BC70; }

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

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

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

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

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

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

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

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