#B5B07D

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

Shades of Neutral Green #B5B07D

Tints of Neutral Green #B5B07D

Color information

#B5B07D (or 0xB5B07D) is unknown color: approx Neutral Green. HEX triplet: B5, B0 and 7D. RGB value is (181,176,125). Sum of RGB (Red+Green+Blue) = 181+176+125=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B07D is #4A4F82. Grayscale: #ABABAB. Windows color (decimal): -4870019 or 8237237. OLE color: 8237237.

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

Color convert

RGB181176125-
CMYK00.030.310.29
HSL54.64º27.45%60%-
HSV(B)54.64º30.94%70.98%-
XYZ38.2842.3625.56-
YUV171.68101.66134.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 125 (49.22% from 255) = 25.93%
R=37.55%
G=36.51%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117612500.030.310.2954.6427.4560
HexB5B07D031F1D371b3c
Octal265260175033735673374
Binary10110101101100001111101011111111110111011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B07D; }

 p { color: rgb(181,176,125); }

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

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

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

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

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

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

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