Html Css Color HEX #AABD4A Celery

📋 copy color: '#AABD4A'

red 170 ◦ green 189 ◦ blue 74

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

Shades of Celery #AABD4A

Tints of Celery #AABD4A

RGB

 RED value IS 170 (66.8% from 255) = 39.26%

 GREEN value IS 189 (74.22% from 255) = 43.65%

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

R = 39.26%
G = 43.65%
B = 17.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#AABD4A (or 0xAABD4A) is known color: Celery. HEX triplet: AA, BD and 4A. RGB value is (170,189,74). Sum of RGB (Red+Green+Blue) = 170+189+74=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD4A is #5542B5. Grayscale: #AAAAAA. Windows color (decimal): -5587638 or 4898218. OLE color: 4898218.

HSL color Cylindrical-coordinate representation of color #AABD4A: hue angle of 69.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AABD4A is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 74 -
CMYK 0.10 0 0.61 0.26
HSL 69.91º 0.47% 0.52% -
HSV(B) 69.91º 0.61% 0.74% -
XYZ 36.01 45.44 13.35 -
YUV 170.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 170 189 74 0.10 0 0.61 0.26 69.91 0.47 0.52
Hex AA BD 4A A 0 3D 1A 46 2F 34
Octal 252 275 112 12 0 75 32 106 57 64
Binary 10101010 10111101 1001010 1010 0 111101 11010 1000110 101111 110100

Color Harmonies of #AABD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD4A

Black with #AABD4A

Text Example


Text Example

White with #AABD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD4A; }

 p { color: rgb(170,189,74); }

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

background-color css

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

 a { background-color: rgb(170,189,74); }

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

border-color css

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

 span { border-color: rgb(170,189,74); }

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