Html Css Color HEX #ACB349 Celery

📋 copy color: '#ACB349'

red 172 ◦ green 179 ◦ blue 73

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

Shades of Celery #ACB349

Tints of Celery #ACB349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.22%

R = 40.57%
G = 42.22%
B = 17.22%

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

#ACB349 (or 0xACB349) is known color: Celery. HEX triplet: AC, B3 and 49. RGB value is (172,179,73). Sum of RGB (Red+Green+Blue) = 172+179+73=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB349 is #534CB6. Grayscale: #A5A5A5. Windows color (decimal): -5459127 or 4830124. OLE color: 4830124.

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

Color convert

RGB 172 179 73 -
CMYK 0.04 0 0.59 0.30
HSL 63.96º 0.42% 0.49% -
HSV(B) 63.96º 0.59% 0.7% -
XYZ 34.34 41.49 12.5 -
YUV 164.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 172 179 73 0.04 0 0.59 0.30 63.96 0.42 0.49
Hex AC B3 49 4 0 3B 1E 40 2A 31
Octal 254 263 111 4 0 73 36 100 52 61
Binary 10101100 10110011 1001001 100 0 111011 11110 1000000 101010 110001

Color Harmonies of #ACB349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB349

Black with #ACB349

Text Example


Text Example

White with #ACB349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB349; }

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

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

background-color css

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

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

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

border-color css

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

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

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