Html Css Color HEX #B0B17C Locust

📋 copy color: '#B0B17C'

red 176 ◦ green 177 ◦ blue 124

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

Shades of Locust #B0B17C

Tints of Locust #B0B17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26%

R = 36.9%
G = 37.11%
B = 26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0B17C (or 0xB0B17C) is known color: Locust. HEX triplet: B0, B1 and 7C. RGB value is (176,177,124). Sum of RGB (Red+Green+Blue) = 176+177+124=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B17C is #4F4E83. Grayscale: #AAAAAA. Windows color (decimal): -5197444 or 8171952. OLE color: 8171952.

HSL color Cylindrical-coordinate representation of color #B0B17C: hue angle of 61.13º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0B17C is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 177 124 -
CMYK 0.01 0 0.30 0.31
HSL 61.13º 0.25% 0.59% -
HSV(B) 61.13º 0.3% 0.69% -
XYZ 37.26 42.13 25.24 -
YUV 170.66 101.67 131.81 -
System Red Green Blue C M Y K H S L
Decimal 176 177 124 0.01 0 0.30 0.31 61.13 0.25 0.59
Hex B0 B1 7C 1 0 1E 1F 3D 19 3B
Octal 260 261 174 1 0 36 37 75 31 73
Binary 10110000 10110001 1111100 1 0 11110 11111 111101 11001 111011

Color Harmonies of #B0B17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B17C

Black with #B0B17C

Text Example


Text Example

White with #B0B17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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