#B1B078

Color #B1B078 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #B1B078

Tints of Neutral Green #B1B078

Color information

#B1B078 (or 0xB1B078) is unknown color: approx Neutral Green. HEX triplet: B1, B0 and 78. RGB value is (177,176,120). Sum of RGB (Red+Green+Blue) = 177+176+120=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B078 is #4E4F87. Grayscale: #AAAAAA. Windows color (decimal): -5132168 or 7909553. OLE color: 7909553.

HSL color Cylindrical-coordinate representation of color #B1B078: hue angle of 58.95º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1B078 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB177176120-
CMYK00.010.320.31
HSL58.95º26.76%58.24%-
HSV(B)58.95º32.2%69.41%-
XYZ37.0541.7523.88-
YUV169.9299.83133.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 120 (47.27% from 255) = 25.37%
R=37.42%
G=37.21%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717612000.010.320.3158.9526.7658.24
HexB1B07801201F3b1b3a
Octal261260170014037733372
Binary10110001101100001111000011000001111111101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B078; }

 p { color: rgb(177,176,120); }

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

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

 a { background-color: rgb(177,176,120); }

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

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

 span { border-color: rgb(177,176,120); }

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