Html Css Color HEX #B0B178 Locust

📋 copy color: '#B0B178'

red 176 ◦ green 177 ◦ blue 120

#B0B178
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #B0B178

Tints of Locust #B0B178

RGB

 RED value IS 176 (69.14% from 255) = 37.21%

 GREEN value IS 177 (69.53% from 255) = 37.42%

 BLUE value IS 120 (47.27% from 255) = 25.37%

R = 37.21%
G = 37.42%
B = 25.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B0B178 (or 0xB0B178) is known color: Locust. HEX triplet: B0, B1 and 78. RGB value is (176,177,120). Sum of RGB (Red+Green+Blue) = 176+177+120=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B178 is #4F4E87. Grayscale: #AAAAAA. Windows color (decimal): -5197448 or 7909808. OLE color: 7909808.

HSL color Cylindrical-coordinate representation of color #B0B178: hue angle of 61.05º degrees, saturation: 0.27, 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 #B0B178 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 177 120 -
CMYK 0.01 0 0.32 0.31
HSL 61.05º 0.27% 0.58% -
HSV(B) 61.05º 0.32% 0.69% -
XYZ 37.02 42.03 23.93 -
YUV 170.2 99.67 132.13 -
System Red Green Blue C M Y K H S L
Decimal 176 177 120 0.01 0 0.32 0.31 61.05 0.27 0.58
Hex B0 B1 78 1 0 20 1F 3D 1B 3A
Octal 260 261 170 1 0 40 37 75 33 72
Binary 10110000 10110001 1111000 1 0 100000 11111 111101 11011 111010

Color Harmonies of #B0B178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B178

Black with #B0B178

Text Example


Text Example

White with #B0B178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B178; }

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

 H1.HeaderClassName
 {
   color: #B0B178;
 }
 .AnyTagClassName
 {
   color: #B0B178;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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