#B0B179

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

Shades of Locust #B0B179

Tints of Locust #B0B179

Color information

#B0B179 (or 0xB0B179) is unknown color: approx Locust. HEX triplet: B0, B1 and 79. RGB value is (176,177,121). Sum of RGB (Red+Green+Blue) = 176+177+121=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B179 is #4F4E86. Grayscale: #AAAAAA. Windows color (decimal): -5197447 or 7975344. OLE color: 7975344.

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

Color convert

RGB176177121-
CMYK0.0100.320.31
HSL61.07º26.42%58.43%-
HSV(B)61.07º31.64%69.41%-
XYZ37.0842.0524.25-
YUV170.32100.17132.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 121 (47.66% from 255) = 25.53%
R=37.13%
G=37.34%
B=25.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761771210.0100.320.3161.0726.4258.43
HexB0B17910201F3d1a3a
Octal260261171104037753272
Binary10110000101100011111001101000001111111110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B179; }

 p { color: rgb(176,177,121); }

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

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

 a { background-color: rgb(176,177,121); }

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

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

 span { border-color: rgb(176,177,121); }

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