Html Css Color HEX #ACB946 Celery

📋 copy color: '#ACB946'

red 172 ◦ green 185 ◦ blue 70

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

Shades of Celery #ACB946

Tints of Celery #ACB946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.39%

R = 40.28%
G = 43.33%
B = 16.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#ACB946 (or 0xACB946) is known color: Celery. HEX triplet: AC, B9 and 46. RGB value is (172,185,70). Sum of RGB (Red+Green+Blue) = 172+185+70=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB946 is #5346B9. Grayscale: #A8A8A8. Windows color (decimal): -5457594 or 4635052. OLE color: 4635052.

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

Color convert

RGB 172 185 70 -
CMYK 0.07 0 0.62 0.27
HSL 66.78º 0.45% 0.5% -
HSV(B) 66.78º 0.62% 0.73% -
XYZ 35.47 43.91 12.4 -
YUV 168 72.69 130.85 -
System Red Green Blue C M Y K H S L
Decimal 172 185 70 0.07 0 0.62 0.27 66.78 0.45 0.5
Hex AC B9 46 7 0 3E 1B 43 2D 32
Octal 254 271 106 7 0 76 33 103 55 62
Binary 10101100 10111001 1000110 111 0 111110 11011 1000011 101101 110010

Color Harmonies of #ACB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB946

Black with #ACB946

Text Example


Text Example

White with #ACB946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB946; }

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

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

background-color css

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

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

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

border-color css

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

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

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