#B3BE76

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

Shades of Pine Glade #B3BE76

Tints of Pine Glade #B3BE76

Color information

#B3BE76 (or 0xB3BE76) is unknown color: approx Pine Glade. HEX triplet: B3, BE and 76. RGB value is (179,190,118). Sum of RGB (Red+Green+Blue) = 179+190+118=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BE76 is #4C4189. Grayscale: #B2B2B2. Windows color (decimal): -4997514 or 7782067. OLE color: 7782067.

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

Color convert

RGB179190118-
CMYK0.0600.380.25
HSL69.17º35.64%60.39%-
HSV(B)69.17º37.89%74.51%-
XYZ40.2747.7224.23-
YUV178.593.86128.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=36.76%
G=39.01%
B=24.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901180.0600.380.2569.1735.6460.39
HexB3BE7660261945243c
Octal2632761666046311054474
Binary101100111011111011101101100100110110011000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BE76; }

 p { color: rgb(179,190,118); }

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

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

 a { background-color: rgb(179,190,118); }

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

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

 span { border-color: rgb(179,190,118); }

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