Html Css Color HEX #ACB346 Celery

📋 copy color: '#ACB346'

red 172 ◦ green 179 ◦ blue 70

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

Shades of Celery #ACB346

Tints of Celery #ACB346

RGB

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

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

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

R = 40.86%
G = 42.52%
B = 16.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#ACB346 (or 0xACB346) is known color: Celery. HEX triplet: AC, B3 and 46. RGB value is (172,179,70). Sum of RGB (Red+Green+Blue) = 172+179+70=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB346 is #534CB9. Grayscale: #A4A4A4. Windows color (decimal): -5459130 or 4633516. OLE color: 4633516.

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

Color convert

RGB 172 179 70 -
CMYK 0.04 0 0.61 0.30
HSL 63.85º 0.44% 0.49% -
HSV(B) 63.85º 0.61% 0.7% -
XYZ 34.24 41.45 11.99 -
YUV 164.48 74.68 133.36 -
System Red Green Blue C M Y K H S L
Decimal 172 179 70 0.04 0 0.61 0.30 63.85 0.44 0.49
Hex AC B3 46 4 0 3D 1E 40 2C 31
Octal 254 263 106 4 0 75 36 100 54 61
Binary 10101100 10110011 1000110 100 0 111101 11110 1000000 101100 110001

Color Harmonies of #ACB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB346

Black with #ACB346

Text Example


Text Example

White with #ACB346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB346; }

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

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

background-color css

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

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

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

border-color css

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

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

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