Html Css Color HEX #AABD3A Celery

📋 copy color: '#AABD3A'

red 170 ◦ green 189 ◦ blue 58

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

Shades of Celery #AABD3A

Tints of Celery #AABD3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.91%

R = 40.77%
G = 45.32%
B = 13.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#AABD3A (or 0xAABD3A) is known color: Celery. HEX triplet: AA, BD and 3A. RGB value is (170,189,58). Sum of RGB (Red+Green+Blue) = 170+189+58=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD3A is #5542C5. Grayscale: #A8A8A8. Windows color (decimal): -5587654 or 3849642. OLE color: 3849642.

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

Color convert

RGB 170 189 58 -
CMYK 0.10 0 0.69 0.26
HSL 68.7º 0.53% 0.48% -
HSV(B) 68.7º 0.69% 0.74% -
XYZ 35.54 45.25 10.86 -
YUV 168.39 65.71 129.15 -
System Red Green Blue C M Y K H S L
Decimal 170 189 58 0.10 0 0.69 0.26 68.7 0.53 0.48
Hex AA BD 3A A 0 45 1A 45 35 30
Octal 252 275 72 12 0 105 32 105 65 60
Binary 10101010 10111101 111010 1010 0 1000101 11010 1000101 110101 110000

Color Harmonies of #AABD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD3A

Black with #AABD3A

Text Example


Text Example

White with #AABD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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