#AABA3D

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

Shades of Celery #AABA3D

Tints of Celery #AABA3D

Color information

#AABA3D (or 0xAABA3D) is unknown color: approx Celery. HEX triplet: AA, BA and 3D. RGB value is (170,186,61). Sum of RGB (Red+Green+Blue) = 170+186+61=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA3D is #5545C2. Grayscale: #A7A7A7. Windows color (decimal): -5588419 or 4045482. OLE color: 4045482.

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

Color convert

RGB17018661-
CMYK0.0900.670.27
HSL67.68º50.61%48.43%-
HSV(B)67.68º67.2%72.94%-
XYZ34.984411.06-
YUV166.9768.2130.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 186 (73.05% from 255) = 44.60%
BLUE value IS 61 (24.22% from 255) = 14.63%
R=40.77%
G=44.60%
B=14.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186610.0900.670.2767.6850.6148.43
HexAABA3D90431B443330
Octal25227275110103331046360
Binary1010101010111010111101100101000011110111000100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA3D; }

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

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

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

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

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

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

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

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