Html Css Color HEX #ACB375 Locust

📋 copy color: '#ACB375'

red 172 ◦ green 179 ◦ blue 117

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

Shades of Locust #ACB375

Tints of Locust #ACB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.25%

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

R = 36.75%
G = 38.25%
B = 25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#ACB375 (or 0xACB375) is known color: Locust. HEX triplet: AC, B3 and 75. RGB value is (172,179,117). Sum of RGB (Red+Green+Blue) = 172+179+117=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB375 is #534C8A. Grayscale: #AAAAAA. Windows color (decimal): -5459083 or 7713708. OLE color: 7713708.

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

Color convert

RGB 172 179 117 -
CMYK 0.04 0 0.35 0.30
HSL 66.77º 0.29% 0.58% -
HSV(B) 66.77º 0.35% 0.7% -
XYZ 36.34 42.3 23.08 -
YUV 169.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 172 179 117 0.04 0 0.35 0.30 66.77 0.29 0.58
Hex AC B3 75 4 0 23 1E 43 1D 3A
Octal 254 263 165 4 0 43 36 103 35 72
Binary 10101100 10110011 1110101 100 0 100011 11110 1000011 11101 111010

Color Harmonies of #ACB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB375

Black with #ACB375

Text Example


Text Example

White with #ACB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB375; }

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

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

background-color css

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

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

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

border-color css

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

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

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