Html Css Color HEX #AAB442 Celery

📋 copy color: '#AAB442'

red 170 ◦ green 180 ◦ blue 66

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

Shades of Celery #AAB442

Tints of Celery #AAB442

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.27%

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

R = 40.87%
G = 43.27%
B = 15.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#AAB442 (or 0xAAB442) is known color: Celery. HEX triplet: AA, B4 and 42. RGB value is (170,180,66). Sum of RGB (Red+Green+Blue) = 170+180+66=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB442 is #554BBD. Grayscale: #A4A4A4. Windows color (decimal): -5589950 or 4371626. OLE color: 4371626.

HSL color Cylindrical-coordinate representation of color #AAB442: hue angle of 65.26º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAB442 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 66 -
CMYK 0.06 0 0.63 0.29
HSL 65.26º 0.46% 0.48% -
HSV(B) 65.26º 0.63% 0.71% -
XYZ 33.88 41.58 11.39 -
YUV 164.01 72.69 132.27 -
System Red Green Blue C M Y K H S L
Decimal 170 180 66 0.06 0 0.63 0.29 65.26 0.46 0.48
Hex AA B4 42 6 0 3F 1D 41 2E 30
Octal 252 264 102 6 0 77 35 101 56 60
Binary 10101010 10110100 1000010 110 0 111111 11101 1000001 101110 110000

Color Harmonies of #AAB442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB442

Black with #AAB442

Text Example


Text Example

White with #AAB442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB442; }

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

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

background-color css

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

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

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

border-color css

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

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

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