Html Css Color HEX #A2AC4A Celery

📋 copy color: '#A2AC4A'

red 162 ◦ green 172 ◦ blue 74

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

Shades of Celery #A2AC4A

Tints of Celery #A2AC4A

RGB

 RED value IS 162 (63.67% from 255) = 39.71%

 GREEN value IS 172 (67.58% from 255) = 42.16%

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 39.71%
G = 42.16%
B = 18.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#A2AC4A (or 0xA2AC4A) is known color: Celery. HEX triplet: A2, AC and 4A. RGB value is (162,172,74). Sum of RGB (Red+Green+Blue) = 162+172+74=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AC4A is #5D53B5. Grayscale: #9E9E9E. Windows color (decimal): -6116278 or 4893858. OLE color: 4893858.

HSL color Cylindrical-coordinate representation of color #A2AC4A: hue angle of 66.12º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2AC4A is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 172 74 -
CMYK 0.06 0 0.57 0.33
HSL 66.12º 0.4% 0.48% -
HSV(B) 66.12º 0.57% 0.67% -
XYZ 30.89 37.68 12.12 -
YUV 157.84 80.69 130.97 -
System Red Green Blue C M Y K H S L
Decimal 162 172 74 0.06 0 0.57 0.33 66.12 0.4 0.48
Hex A2 AC 4A 6 0 39 21 42 28 30
Octal 242 254 112 6 0 71 41 102 50 60
Binary 10100010 10101100 1001010 110 0 111001 100001 1000010 101000 110000

Color Harmonies of #A2AC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AC4A

Black with #A2AC4A

Text Example


Text Example

White with #A2AC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AC4A; }

 p { color: rgb(162,172,74); }

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

background-color css

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

 a { background-color: rgb(162,172,74); }

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

border-color css

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

 span { border-color: rgb(162,172,74); }

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