Html Css Color HEX #A2AE4A Celery

📋 copy color: '#A2AE4A'

red 162 ◦ green 174 ◦ blue 74

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

Shades of Celery #A2AE4A

Tints of Celery #A2AE4A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.44%

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

R = 39.51%
G = 42.44%
B = 18.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#A2AE4A (or 0xA2AE4A) is known color: Celery. HEX triplet: A2, AE and 4A. RGB value is (162,174,74). Sum of RGB (Red+Green+Blue) = 162+174+74=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AE4A is #5D51B5. Grayscale: #9F9F9F. Windows color (decimal): -6115766 or 4894370. OLE color: 4894370.

HSL color Cylindrical-coordinate representation of color #A2AE4A: hue angle of 67.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2AE4A is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 174 74 -
CMYK 0.07 0 0.57 0.32
HSL 67.2º 0.4% 0.49% -
HSV(B) 67.2º 0.57% 0.68% -
XYZ 31.27 38.45 12.25 -
YUV 159.01 80.02 130.13 -
System Red Green Blue C M Y K H S L
Decimal 162 174 74 0.07 0 0.57 0.32 67.2 0.4 0.49
Hex A2 AE 4A 7 0 39 20 43 28 31
Octal 242 256 112 7 0 71 40 103 50 61
Binary 10100010 10101110 1001010 111 0 111001 100000 1000011 101000 110001

Color Harmonies of #A2AE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AE4A

Black with #A2AE4A

Text Example


Text Example

White with #A2AE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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