Html Css Color HEX #ACB178 Locust

📋 copy color: '#ACB178'

red 172 ◦ green 177 ◦ blue 120

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

Shades of Locust #ACB178

Tints of Locust #ACB178

RGB

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

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

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

R = 36.67%
G = 37.74%
B = 25.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#ACB178 (or 0xACB178) is known color: Locust. HEX triplet: AC, B1 and 78. RGB value is (172,177,120). Sum of RGB (Red+Green+Blue) = 172+177+120=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB178 is #534E87. Grayscale: #A9A9A9. Windows color (decimal): -5459592 or 7909804. OLE color: 7909804.

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

Color convert

RGB 172 177 120 -
CMYK 0.03 0 0.32 0.31
HSL 65.26º 0.27% 0.58% -
HSV(B) 65.26º 0.32% 0.69% -
XYZ 36.13 41.57 23.89 -
YUV 169.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 172 177 120 0.03 0 0.32 0.31 65.26 0.27 0.58
Hex AC B1 78 3 0 20 1F 41 1B 3A
Octal 254 261 170 3 0 40 37 101 33 72
Binary 10101100 10110001 1111000 11 0 100000 11111 1000001 11011 111010

Color Harmonies of #ACB178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB178

Black with #ACB178

Text Example


Text Example

White with #ACB178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB178; }

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

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

background-color css

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

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

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

border-color css

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

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

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