Html Css Color HEX #ACB275 Locust

📋 copy color: '#ACB275'

red 172 ◦ green 178 ◦ blue 117

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

Shades of Locust #ACB275

Tints of Locust #ACB275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.12%

 BLUE value IS 117 (46.09% from 255) = 25.05%

R = 36.83%
G = 38.12%
B = 25.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#ACB275 (or 0xACB275) is known color: Locust. HEX triplet: AC, B2 and 75. RGB value is (172,178,117). Sum of RGB (Red+Green+Blue) = 172+178+117=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB275 is #534D8A. Grayscale: #A9A9A9. Windows color (decimal): -5459339 or 7713452. OLE color: 7713452.

HSL color Cylindrical-coordinate representation of color #ACB275: hue angle of 65.9º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACB275 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 117 -
CMYK 0.03 0 0.34 0.30
HSL 65.9º 0.28% 0.58% -
HSV(B) 65.9º 0.34% 0.7% -
XYZ 36.14 41.9 23.01 -
YUV 169.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 172 178 117 0.03 0 0.34 0.30 65.9 0.28 0.58
Hex AC B2 75 3 0 22 1E 42 1C 3A
Octal 254 262 165 3 0 42 36 102 34 72
Binary 10101100 10110010 1110101 11 0 100010 11110 1000010 11100 111010

Color Harmonies of #ACB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB275

Black with #ACB275

Text Example


Text Example

White with #ACB275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB275; }

 p { color: rgb(172,178,117); }

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

background-color css

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

 a { background-color: rgb(172,178,117); }

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

border-color css

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

 span { border-color: rgb(172,178,117); }

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