#B4B07E

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

Shades of Neutral Green #B4B07E

Tints of Neutral Green #B4B07E

Color information

#B4B07E (or 0xB4B07E) is unknown color: approx Neutral Green. HEX triplet: B4, B0 and 7E. RGB value is (180,176,126). Sum of RGB (Red+Green+Blue) = 180+176+126=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B07E is #4B4F81. Grayscale: #ABABAB. Windows color (decimal): -4935554 or 8302772. OLE color: 8302772.

HSL color Cylindrical-coordinate representation of color #B4B07E: hue angle of 55.56º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4B07E is Cyan = 0, Magento = 0.02, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB180176126-
CMYK00.020.30.29
HSL55.56º26.47%60%-
HSV(B)55.56º30%70.59%-
XYZ38.1142.2625.89-
YUV171.5102.33134.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=37.34%
G=36.51%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017612600.020.30.2955.5626.4760
HexB4B07E021E1D381a3c
Octal264260176023635703274
Binary10110100101100001111110010111101110111100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B07E; }

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

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

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

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

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

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

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

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