Html Css Color HEX #ACB34A Celery

📋 copy color: '#ACB34A'

red 172 ◦ green 179 ◦ blue 74

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

Shades of Celery #ACB34A

Tints of Celery #ACB34A

RGB

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

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

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

R = 40.47%
G = 42.12%
B = 17.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#ACB34A (or 0xACB34A) is known color: Celery. HEX triplet: AC, B3 and 4A. RGB value is (172,179,74). Sum of RGB (Red+Green+Blue) = 172+179+74=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB34A is #534CB5. Grayscale: #A5A5A5. Windows color (decimal): -5459126 or 4895660. OLE color: 4895660.

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

Color convert

RGB 172 179 74 -
CMYK 0.04 0 0.59 0.30
HSL 64º 0.42% 0.5% -
HSV(B) 64º 0.59% 0.7% -
XYZ 34.37 41.51 12.68 -
YUV 164.94 76.68 133.04 -
System Red Green Blue C M Y K H S L
Decimal 172 179 74 0.04 0 0.59 0.30 64 0.42 0.5
Hex AC B3 4A 4 0 3B 1E 40 2A 32
Octal 254 263 112 4 0 73 36 100 52 62
Binary 10101100 10110011 1001010 100 0 111011 11110 1000000 101010 110010

Color Harmonies of #ACB34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB34A

Black with #ACB34A

Text Example


Text Example

White with #ACB34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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