Html Css Color HEX #ACB945 Celery

📋 copy color: '#ACB945'

red 172 ◦ green 185 ◦ blue 69

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

Shades of Celery #ACB945

Tints of Celery #ACB945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.2%

R = 40.38%
G = 43.43%
B = 16.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#ACB945 (or 0xACB945) is known color: Celery. HEX triplet: AC, B9 and 45. RGB value is (172,185,69). Sum of RGB (Red+Green+Blue) = 172+185+69=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB945 is #5346BA. Grayscale: #A8A8A8. Windows color (decimal): -5457595 or 4569516. OLE color: 4569516.

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

Color convert

RGB 172 185 69 -
CMYK 0.07 0 0.63 0.27
HSL 66.72º 0.46% 0.5% -
HSV(B) 66.72º 0.63% 0.73% -
XYZ 35.44 43.9 12.24 -
YUV 167.89 72.19 130.93 -
System Red Green Blue C M Y K H S L
Decimal 172 185 69 0.07 0 0.63 0.27 66.72 0.46 0.5
Hex AC B9 45 7 0 3F 1B 43 2E 32
Octal 254 271 105 7 0 77 33 103 56 62
Binary 10101100 10111001 1000101 111 0 111111 11011 1000011 101110 110010

Color Harmonies of #ACB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB945

Black with #ACB945

Text Example


Text Example

White with #ACB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB945; }

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

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

background-color css

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

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

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

border-color css

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

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

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