Html Css Color HEX #ACB44A Celery

📋 copy color: '#ACB44A'

red 172 ◦ green 180 ◦ blue 74

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

Shades of Celery #ACB44A

Tints of Celery #ACB44A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.25%

 BLUE value IS 74 (29.3% from 255) = 17.37%

R = 40.38%
G = 42.25%
B = 17.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#ACB44A (or 0xACB44A) is known color: Celery. HEX triplet: AC, B4 and 4A. RGB value is (172,180,74). Sum of RGB (Red+Green+Blue) = 172+180+74=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB44A is #534BB5. Grayscale: #A5A5A5. Windows color (decimal): -5458870 or 4895916. OLE color: 4895916.

HSL color Cylindrical-coordinate representation of color #ACB44A: hue angle of 64.53º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACB44A is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 74 -
CMYK 0.04 0 0.59 0.29
HSL 64.53º 0.42% 0.5% -
HSV(B) 64.53º 0.59% 0.71% -
XYZ 34.57 41.91 12.75 -
YUV 165.52 76.35 132.62 -
System Red Green Blue C M Y K H S L
Decimal 172 180 74 0.04 0 0.59 0.29 64.53 0.42 0.5
Hex AC B4 4A 4 0 3B 1D 41 2A 32
Octal 254 264 112 4 0 73 35 101 52 62
Binary 10101100 10110100 1001010 100 0 111011 11101 1000001 101010 110010

Color Harmonies of #ACB44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB44A

Black with #ACB44A

Text Example


Text Example

White with #ACB44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB44A; }

 p { color: rgb(172,180,74); }

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

background-color css

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

 a { background-color: rgb(172,180,74); }

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

border-color css

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

 span { border-color: rgb(172,180,74); }

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