Html Css Color HEX #AABA42 Celery

📋 copy color: '#AABA42'

red 170 ◦ green 186 ◦ blue 66

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

Shades of Celery #AABA42

Tints of Celery #AABA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.64%

R = 40.28%
G = 44.08%
B = 15.64%

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

#AABA42 (or 0xAABA42) is known color: Celery. HEX triplet: AA, BA and 42. RGB value is (170,186,66). Sum of RGB (Red+Green+Blue) = 170+186+66=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA42 is #5545BD. Grayscale: #A8A8A8. Windows color (decimal): -5588414 or 4373162. OLE color: 4373162.

HSL color Cylindrical-coordinate representation of color #AABA42: hue angle of 68º 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 #AABA42 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 66 -
CMYK 0.09 0 0.65 0.27
HSL 68º 0.48% 0.49% -
HSV(B) 68º 0.65% 0.73% -
XYZ 35.12 44.06 11.81 -
YUV 167.54 70.7 129.76 -
System Red Green Blue C M Y K H S L
Decimal 170 186 66 0.09 0 0.65 0.27 68 0.48 0.49
Hex AA BA 42 9 0 41 1B 44 30 31
Octal 252 272 102 11 0 101 33 104 60 61
Binary 10101010 10111010 1000010 1001 0 1000001 11011 1000100 110000 110001

Color Harmonies of #AABA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA42

Black with #AABA42

Text Example


Text Example

White with #AABA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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