Html Css Color HEX #ACB279 Locust

📋 copy color: '#ACB279'

red 172 ◦ green 178 ◦ blue 121

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

Shades of Locust #ACB279

Tints of Locust #ACB279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.69%

R = 36.52%
G = 37.79%
B = 25.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#ACB279 (or 0xACB279) is known color: Locust. HEX triplet: AC, B2 and 79. RGB value is (172,178,121). Sum of RGB (Red+Green+Blue) = 172+178+121=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB279 is #534D86. Grayscale: #A9A9A9. Windows color (decimal): -5459335 or 7975596. OLE color: 7975596.

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

Color convert

RGB 172 178 121 -
CMYK 0.03 0 0.32 0.30
HSL 66.32º 0.27% 0.59% -
HSV(B) 66.32º 0.32% 0.7% -
XYZ 36.38 41.99 24.28 -
YUV 169.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 172 178 121 0.03 0 0.32 0.30 66.32 0.27 0.59
Hex AC B2 79 3 0 20 1E 42 1B 3B
Octal 254 262 171 3 0 40 36 102 33 73
Binary 10101100 10110010 1111001 11 0 100000 11110 1000010 11011 111011

Color Harmonies of #ACB279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB279

Black with #ACB279

Text Example


Text Example

White with #ACB279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB279; }

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

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

background-color css

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

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

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

border-color css

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

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

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