Html Css Color HEX #AABA41 Celery

📋 copy color: '#AABA41'

red 170 ◦ green 186 ◦ blue 65

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

Shades of Celery #AABA41

Tints of Celery #AABA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.44%

R = 40.38%
G = 44.18%
B = 15.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#AABA41 (or 0xAABA41) is known color: Celery. HEX triplet: AA, BA and 41. RGB value is (170,186,65). Sum of RGB (Red+Green+Blue) = 170+186+65=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA41 is #5545BE. Grayscale: #A7A7A7. Windows color (decimal): -5588415 or 4307626. OLE color: 4307626.

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

Color convert

RGB 170 186 65 -
CMYK 0.09 0 0.65 0.27
HSL 67.93º 0.48% 0.49% -
HSV(B) 67.93º 0.65% 0.73% -
XYZ 35.09 44.05 11.65 -
YUV 167.42 70.2 129.84 -
System Red Green Blue C M Y K H S L
Decimal 170 186 65 0.09 0 0.65 0.27 67.93 0.48 0.49
Hex AA BA 41 9 0 41 1B 44 30 31
Octal 252 272 101 11 0 101 33 104 60 61
Binary 10101010 10111010 1000001 1001 0 1000001 11011 1000100 110000 110001

Color Harmonies of #AABA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA41

Black with #AABA41

Text Example


Text Example

White with #AABA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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