Html Css Color HEX #AABD5E Celery

📋 copy color: '#AABD5E'

red 170 ◦ green 189 ◦ blue 94

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

Shades of Celery #AABD5E

Tints of Celery #AABD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.75%

R = 37.53%
G = 41.72%
B = 20.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#AABD5E (or 0xAABD5E) is known color: Celery. HEX triplet: AA, BD and 5E. RGB value is (170,189,94). Sum of RGB (Red+Green+Blue) = 170+189+94=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD5E is #5542A1. Grayscale: #ACACAC. Windows color (decimal): -5587618 or 6208938. OLE color: 6208938.

HSL color Cylindrical-coordinate representation of color #AABD5E: hue angle of 72º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AABD5E is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 94 -
CMYK 0.10 0 0.50 0.26
HSL 72º 0.42% 0.55% -
HSV(B) 72º 0.5% 0.74% -
XYZ 36.8 45.75 17.48 -
YUV 172.49 83.71 126.22 -
System Red Green Blue C M Y K H S L
Decimal 170 189 94 0.10 0 0.50 0.26 72 0.42 0.55
Hex AA BD 5E A 0 32 1A 48 2A 37
Octal 252 275 136 12 0 62 32 110 52 67
Binary 10101010 10111101 1011110 1010 0 110010 11010 1001000 101010 110111

Color Harmonies of #AABD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD5E

Black with #AABD5E

Text Example


Text Example

White with #AABD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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