#B0B07B

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

Shades of Neutral Green #B0B07B

Tints of Neutral Green #B0B07B

Color information

#B0B07B (or 0xB0B07B) is unknown color: approx Neutral Green. HEX triplet: B0, B0 and 7B. RGB value is (176,176,123). Sum of RGB (Red+Green+Blue) = 176+176+123=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B07B is #4F4F84. Grayscale: #AAAAAA. Windows color (decimal): -5197701 or 8106160. OLE color: 8106160.

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

Color convert

RGB176176123-
CMYK000.300.31
HSL60º25.12%58.63%-
HSV(B)60º30.11%69.02%-
XYZ3741.7124.84-
YUV169.96101.5132.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=37.05%
G=37.05%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176176123000.300.316025.1258.63
HexB0B07B001E1F3c193b
Octal260260173003637743173
Binary1011000010110000111101100111101111111110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B07B; }

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

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

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

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

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

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

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

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