#B5B07B

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

Shades of Neutral Green #B5B07B

Tints of Neutral Green #B5B07B

Color information

#B5B07B (or 0xB5B07B) is unknown color: approx Neutral Green. HEX triplet: B5, B0 and 7B. RGB value is (181,176,123). Sum of RGB (Red+Green+Blue) = 181+176+123=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B07B is #4A4F84. Grayscale: #ABABAB. Windows color (decimal): -4870021 or 8106165. OLE color: 8106165.

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

Color convert

RGB181176123-
CMYK00.030.320.29
HSL54.83º28.16%59.61%-
HSV(B)54.83º32.04%70.98%-
XYZ38.1642.324.89-
YUV171.45100.66134.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 123 (48.44% from 255) = 25.62%
R=37.71%
G=36.67%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117612300.030.320.2954.8328.1659.61
HexB5B07B03201D371c3c
Octal265260173034035673474
Binary101101011011000011110110111000001110111011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B07B; }

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

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

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

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

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

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

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

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