Html Css Color HEX #AABA46 Celery

📋 copy color: '#AABA46'

red 170 ◦ green 186 ◦ blue 70

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

Shades of Celery #AABA46

Tints of Celery #AABA46

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.66%

 BLUE value IS 70 (27.73% from 255) = 16.43%

R = 39.91%
G = 43.66%
B = 16.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#AABA46 (or 0xAABA46) is known color: Celery. HEX triplet: AA, BA and 46. RGB value is (170,186,70). Sum of RGB (Red+Green+Blue) = 170+186+70=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA46 is #5545B9. Grayscale: #A8A8A8. Windows color (decimal): -5588410 or 4635306. OLE color: 4635306.

HSL color Cylindrical-coordinate representation of color #AABA46: hue angle of 68.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AABA46 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 70 -
CMYK 0.09 0 0.62 0.27
HSL 68.28º 0.46% 0.5% -
HSV(B) 68.28º 0.62% 0.73% -
XYZ 35.24 44.11 12.45 -
YUV 167.99 72.7 129.43 -
System Red Green Blue C M Y K H S L
Decimal 170 186 70 0.09 0 0.62 0.27 68.28 0.46 0.5
Hex AA BA 46 9 0 3E 1B 44 2E 32
Octal 252 272 106 11 0 76 33 104 56 62
Binary 10101010 10111010 1000110 1001 0 111110 11011 1000100 101110 110010

Color Harmonies of #AABA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA46

Black with #AABA46

Text Example


Text Example

White with #AABA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA46; }

 p { color: rgb(170,186,70); }

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

background-color css

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

 a { background-color: rgb(170,186,70); }

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

border-color css

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

 span { border-color: rgb(170,186,70); }

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