#AAB842

Color #AAB842 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #AAB842

Tints of Celery #AAB842

Color information

#AAB842 (or 0xAAB842) is unknown color: approx Celery. HEX triplet: AA, B8 and 42. RGB value is (170,184,66). Sum of RGB (Red+Green+Blue) = 170+184+66=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB842 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB842 is #5547BD. Grayscale: #A6A6A6. Windows color (decimal): -5588926 or 4372650. OLE color: 4372650.

HSL color Cylindrical-coordinate representation of color #AAB842: hue angle of 67.12º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAB842 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB17018466-
CMYK0.0800.640.28
HSL67.12º47.2%49.02%-
HSV(B)67.12º64.13%72.16%-
XYZ34.743.2211.67-
YUV166.3671.36130.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 184 (72.27% from 255) = 43.81%
BLUE value IS 66 (26.17% from 255) = 15.71%
R=40.48%
G=43.81%
B=15.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170184660.0800.640.2867.1247.249.02
HexAAB84280401C432f31
Octal252270102100100341035761
Binary10101010101110001000010100001000000111001000011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB842; }

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

 H1.HeaderClassName
 {
   color: #AAB842;
 }
 .AnyTagClassName
 {
   color: #AAB842;
 }
</style>
background-color css

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

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

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

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

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

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