Html Css Color HEX #ACB94C Celery

📋 copy color: '#ACB94C'

red 172 ◦ green 185 ◦ blue 76

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

Shades of Celery #ACB94C

Tints of Celery #ACB94C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.73%

 BLUE value IS 76 (30.08% from 255) = 17.55%

R = 39.72%
G = 42.73%
B = 17.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#ACB94C (or 0xACB94C) is known color: Celery. HEX triplet: AC, B9 and 4C. RGB value is (172,185,76). Sum of RGB (Red+Green+Blue) = 172+185+76=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB94C is #5346B3. Grayscale: #A9A9A9. Windows color (decimal): -5457588 or 5028268. OLE color: 5028268.

HSL color Cylindrical-coordinate representation of color #ACB94C: hue angle of 67.16º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACB94C is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 76 -
CMYK 0.07 0 0.59 0.27
HSL 67.16º 0.44% 0.51% -
HSV(B) 67.16º 0.59% 0.73% -
XYZ 35.67 43.99 13.45 -
YUV 168.69 75.69 130.36 -
System Red Green Blue C M Y K H S L
Decimal 172 185 76 0.07 0 0.59 0.27 67.16 0.44 0.51
Hex AC B9 4C 7 0 3B 1B 43 2C 33
Octal 254 271 114 7 0 73 33 103 54 63
Binary 10101100 10111001 1001100 111 0 111011 11011 1000011 101100 110011

Color Harmonies of #ACB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB94C

Black with #ACB94C

Text Example


Text Example

White with #ACB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB94C; }

 p { color: rgb(172,185,76); }

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

background-color css

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

 a { background-color: rgb(172,185,76); }

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

border-color css

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

 span { border-color: rgb(172,185,76); }

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