Html Css Color HEX #ACB078 Locust

📋 copy color: '#ACB078'

red 172 ◦ green 176 ◦ blue 120

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

Shades of Locust #ACB078

Tints of Locust #ACB078

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.61%

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

R = 36.75%
G = 37.61%
B = 25.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#ACB078 (or 0xACB078) is known color: Locust. HEX triplet: AC, B0 and 78. RGB value is (172,176,120). Sum of RGB (Red+Green+Blue) = 172+176+120=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB078 is #534F87. Grayscale: #A8A8A8. Windows color (decimal): -5459848 or 7909548. OLE color: 7909548.

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

Color convert

RGB 172 176 120 -
CMYK 0.02 0 0.32 0.31
HSL 64.29º 0.26% 0.58% -
HSV(B) 64.29º 0.32% 0.69% -
XYZ 35.93 41.18 23.82 -
YUV 168.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 172 176 120 0.02 0 0.32 0.31 64.29 0.26 0.58
Hex AC B0 78 2 0 20 1F 40 1A 3A
Octal 254 260 170 2 0 40 37 100 32 72
Binary 10101100 10110000 1111000 10 0 100000 11111 1000000 11010 111010

Color Harmonies of #ACB078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB078

Black with #ACB078

Text Example


Text Example

White with #ACB078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB078; }

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

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

background-color css

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

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

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

border-color css

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

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

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