#B0B07E

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

Shades of Neutral Green #B0B07E

Tints of Neutral Green #B0B07E

Color information

#B0B07E (or 0xB0B07E) is unknown color: approx Neutral Green. HEX triplet: B0, B0 and 7E. RGB value is (176,176,126). Sum of RGB (Red+Green+Blue) = 176+176+126=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B07E is #4F4F81. Grayscale: #AAAAAA. Windows color (decimal): -5197698 or 8302768. OLE color: 8302768.

HSL color Cylindrical-coordinate representation of color #B0B07E: hue angle of 60º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0B07E is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB176176126-
CMYK000.280.31
HSL60º24.04%59.22%-
HSV(B)60º28.41%69.02%-
XYZ37.241.7925.84-
YUV170.3103132.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 176 (69.14% from 255) = 36.82%
BLUE value IS 126 (49.61% from 255) = 26.36%
R=36.82%
G=36.82%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176176126000.280.316024.0459.22
HexB0B07E001C1F3c183b
Octal260260176003437743073
Binary1011000010110000111111000111001111111110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B07E; }

 p { color: rgb(176,176,126); }

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

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

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

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

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

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

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