#B3BF6E

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

Shades of Pine Glade #B3BF6E

Tints of Pine Glade #B3BF6E

Color information

#B3BF6E (or 0xB3BF6E) is unknown color: approx Pine Glade. HEX triplet: B3, BF and 6E. RGB value is (179,191,110). Sum of RGB (Red+Green+Blue) = 179+191+110=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BF6E is #4C4091. Grayscale: #B2B2B2. Windows color (decimal): -4997266 or 7258035. OLE color: 7258035.

HSL color Cylindrical-coordinate representation of color #B3BF6E: hue angle of 68.89º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3BF6E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB179191110-
CMYK0.0600.420.25
HSL68.89º38.76%59.02%-
HSV(B)68.89º42.41%74.9%-
XYZ40.0447.9721.9-
YUV178.1889.52128.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 191 (75% from 255) = 39.79%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=37.29%
G=39.79%
B=22.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791911100.0600.420.2568.8938.7659.02
HexB3BF6E602A1945273b
Octal2632771566052311054773
Binary101100111011111111011101100101010110011000101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF6E; }

 p { color: rgb(179,191,110); }

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

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

 a { background-color: rgb(179,191,110); }

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

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

 span { border-color: rgb(179,191,110); }

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