Html Css Color HEX #ACB176 Locust

📋 copy color: '#ACB176'

red 172 ◦ green 177 ◦ blue 118

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

Shades of Locust #ACB176

Tints of Locust #ACB176

RGB

 RED value IS 172 (67.58% from 255) = 36.83%

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

 BLUE value IS 118 (46.48% from 255) = 25.27%

R = 36.83%
G = 37.9%
B = 25.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#ACB176 (or 0xACB176) is known color: Locust. HEX triplet: AC, B1 and 76. RGB value is (172,177,118). Sum of RGB (Red+Green+Blue) = 172+177+118=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB176 is #534E89. Grayscale: #A9A9A9. Windows color (decimal): -5459594 or 7778732. OLE color: 7778732.

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

Color convert

RGB 172 177 118 -
CMYK 0.03 0 0.33 0.31
HSL 65.08º 0.27% 0.58% -
HSV(B) 65.08º 0.33% 0.69% -
XYZ 36.01 41.52 23.26 -
YUV 168.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 172 177 118 0.03 0 0.33 0.31 65.08 0.27 0.58
Hex AC B1 76 3 0 21 1F 41 1B 3A
Octal 254 261 166 3 0 41 37 101 33 72
Binary 10101100 10110001 1110110 11 0 100001 11111 1000001 11011 111010

Color Harmonies of #ACB176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB176

Black with #ACB176

Text Example


Text Example

White with #ACB176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB176; }

 p { color: rgb(172,177,118); }

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

background-color css

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

 a { background-color: rgb(172,177,118); }

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

border-color css

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

 span { border-color: rgb(172,177,118); }

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