#B4B07B

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

Shades of Neutral Green #B4B07B

Tints of Neutral Green #B4B07B

Color information

#B4B07B (or 0xB4B07B) is unknown color: approx Neutral Green. HEX triplet: B4, B0 and 7B. RGB value is (180,176,123). Sum of RGB (Red+Green+Blue) = 180+176+123=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B07B is #4B4F84. Grayscale: #ABABAB. Windows color (decimal): -4935557 or 8106164. OLE color: 8106164.

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

Color convert

RGB180176123-
CMYK00.020.320.29
HSL55.79º27.54%59.41%-
HSV(B)55.79º31.67%70.59%-
XYZ37.9242.1824.88-
YUV171.15100.83134.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 123 (48.44% from 255) = 25.68%
R=37.58%
G=36.74%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017612300.020.320.2955.7927.5459.41
HexB4B07B02201D381c3b
Octal264260173024035703473
Binary101101001011000011110110101000001110111100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B07B; }

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

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

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

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

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

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

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

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