Html Css Color HEX #ACB940 Celery

📋 copy color: '#ACB940'

red 172 ◦ green 185 ◦ blue 64

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

Shades of Celery #ACB940

Tints of Celery #ACB940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.2%

R = 40.86%
G = 43.94%
B = 15.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#ACB940 (or 0xACB940) is known color: Celery. HEX triplet: AC, B9 and 40. RGB value is (172,185,64). Sum of RGB (Red+Green+Blue) = 172+185+64=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB940 is #5346BF. Grayscale: #A7A7A7. Windows color (decimal): -5457600 or 4241836. OLE color: 4241836.

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

Color convert

RGB 172 185 64 -
CMYK 0.07 0 0.65 0.27
HSL 66.45º 0.49% 0.49% -
HSV(B) 66.45º 0.65% 0.73% -
XYZ 35.29 43.84 11.45 -
YUV 167.32 69.69 131.34 -
System Red Green Blue C M Y K H S L
Decimal 172 185 64 0.07 0 0.65 0.27 66.45 0.49 0.49
Hex AC B9 40 7 0 41 1B 42 31 31
Octal 254 271 100 7 0 101 33 102 61 61
Binary 10101100 10111001 1000000 111 0 1000001 11011 1000010 110001 110001

Color Harmonies of #ACB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB940

Black with #ACB940

Text Example


Text Example

White with #ACB940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB940; }

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

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

background-color css

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

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

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

border-color css

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

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

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