Html Css Color HEX #ACB049 Celery

📋 copy color: '#ACB049'

red 172 ◦ green 176 ◦ blue 73

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

Shades of Celery #ACB049

Tints of Celery #ACB049

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.81%

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

R = 40.86%
G = 41.81%
B = 17.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#ACB049 (or 0xACB049) is known color: Celery. HEX triplet: AC, B0 and 49. RGB value is (172,176,73). Sum of RGB (Red+Green+Blue) = 172+176+73=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB049 is #534FB6. Grayscale: #A3A3A3. Windows color (decimal): -5459895 or 4829356. OLE color: 4829356.

HSL color Cylindrical-coordinate representation of color #ACB049: hue angle of 62.33º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACB049 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 73 -
CMYK 0.02 0 0.59 0.31
HSL 62.33º 0.41% 0.49% -
HSV(B) 62.33º 0.59% 0.69% -
XYZ 33.74 40.3 12.3 -
YUV 163.06 77.17 134.38 -
System Red Green Blue C M Y K H S L
Decimal 172 176 73 0.02 0 0.59 0.31 62.33 0.41 0.49
Hex AC B0 49 2 0 3B 1F 3E 29 31
Octal 254 260 111 2 0 73 37 76 51 61
Binary 10101100 10110000 1001001 10 0 111011 11111 111110 101001 110001

Color Harmonies of #ACB049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB049

Black with #ACB049

Text Example


Text Example

White with #ACB049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB049; }

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

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

background-color css

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

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

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

border-color css

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

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

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