#B2B07B

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

Shades of Neutral Green #B2B07B

Tints of Neutral Green #B2B07B

Color information

#B2B07B (or 0xB2B07B) is unknown color: approx Neutral Green. HEX triplet: B2, B0 and 7B. RGB value is (178,176,123). Sum of RGB (Red+Green+Blue) = 178+176+123=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B07B is #4D4F84. Grayscale: #AAAAAA. Windows color (decimal): -5066629 or 8106162. OLE color: 8106162.

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

Color convert

RGB178176123-
CMYK00.010.310.30
HSL57.82º26.32%59.02%-
HSV(B)57.82º30.9%69.8%-
XYZ37.4641.9524.86-
YUV170.56101.16133.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 176 (69.14% from 255) = 36.90%
BLUE value IS 123 (48.44% from 255) = 25.79%
R=37.32%
G=36.90%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817612300.010.310.3057.8226.3259.02
HexB2B07B011F1E3a1a3b
Octal262260173013736723273
Binary1011001010110000111101101111111111011101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B07B; }

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

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

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

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

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

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

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

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