Html Css Color HEX #AABD4F Celery

📋 copy color: '#AABD4F'

red 170 ◦ green 189 ◦ blue 79

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

Shades of Celery #AABD4F

Tints of Celery #AABD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.04%

R = 38.81%
G = 43.15%
B = 18.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#AABD4F (or 0xAABD4F) is known color: Celery. HEX triplet: AA, BD and 4F. RGB value is (170,189,79). Sum of RGB (Red+Green+Blue) = 170+189+79=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD4F is #5542B0. Grayscale: #ABABAB. Windows color (decimal): -5587633 or 5225898. OLE color: 5225898.

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

Color convert

RGB 170 189 79 -
CMYK 0.10 0 0.58 0.26
HSL 70.36º 0.45% 0.53% -
HSV(B) 70.36º 0.58% 0.74% -
XYZ 36.19 45.51 14.27 -
YUV 170.78 76.21 127.44 -
System Red Green Blue C M Y K H S L
Decimal 170 189 79 0.10 0 0.58 0.26 70.36 0.45 0.53
Hex AA BD 4F A 0 3A 1A 46 2D 35
Octal 252 275 117 12 0 72 32 106 55 65
Binary 10101010 10111101 1001111 1010 0 111010 11010 1000110 101101 110101

Color Harmonies of #AABD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD4F

Black with #AABD4F

Text Example


Text Example

White with #AABD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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