Html Css Color HEX #ACB340 Celery

📋 copy color: '#ACB340'

red 172 ◦ green 179 ◦ blue 64

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

Shades of Celery #ACB340

Tints of Celery #ACB340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.13%

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

R = 41.45%
G = 43.13%
B = 15.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#ACB340 (or 0xACB340) is known color: Celery. HEX triplet: AC, B3 and 40. RGB value is (172,179,64). Sum of RGB (Red+Green+Blue) = 172+179+64=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB340 is #534CBF. Grayscale: #A4A4A4. Windows color (decimal): -5459136 or 4240300. OLE color: 4240300.

HSL color Cylindrical-coordinate representation of color #ACB340: hue angle of 63.65º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACB340 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 64 -
CMYK 0.04 0 0.64 0.30
HSL 63.65º 0.47% 0.48% -
HSV(B) 63.65º 0.64% 0.7% -
XYZ 34.06 41.38 11.04 -
YUV 163.8 71.68 133.85 -
System Red Green Blue C M Y K H S L
Decimal 172 179 64 0.04 0 0.64 0.30 63.65 0.47 0.48
Hex AC B3 40 4 0 40 1E 40 2F 30
Octal 254 263 100 4 0 100 36 100 57 60
Binary 10101100 10110011 1000000 100 0 1000000 11110 1000000 101111 110000

Color Harmonies of #ACB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB340

Black with #ACB340

Text Example


Text Example

White with #ACB340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB340; }

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

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

background-color css

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

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

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

border-color css

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

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

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