#AABA30

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

Shades of Bahia #AABA30

Tints of Bahia #AABA30

Color information

#AABA30 (or 0xAABA30) is unknown color: approx Bahia. HEX triplet: AA, BA and 30. RGB value is (170,186,48). Sum of RGB (Red+Green+Blue) = 170+186+48=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA30 is #5545CF. Grayscale: #A6A6A6. Windows color (decimal): -5588432 or 3193514. OLE color: 3193514.

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

Color convert

RGB17018648-
CMYK0.0900.740.27
HSL66.96º58.97%45.88%-
HSV(B)66.96º74.19%72.94%-
XYZ34.6743.889.44-
YUV165.4861.7131.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 186 (73.05% from 255) = 46.04%
BLUE value IS 48 (19.14% from 255) = 11.88%
R=42.08%
G=46.04%
B=11.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186480.0900.740.2766.9658.9745.88
HexAABA30904A1B433b2e
Octal25227260110112331037356
Binary1010101010111010110000100101001010110111000011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA30; }

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

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

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

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

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

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

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

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