#AABB30

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

Shades of Bahia #AABB30

Tints of Bahia #AABB30

Color information

#AABB30 (or 0xAABB30) is unknown color: approx Bahia. HEX triplet: AA, BB and 30. RGB value is (170,187,48). Sum of RGB (Red+Green+Blue) = 170+187+48=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB30 is #5544CF. Grayscale: #A6A6A6. Windows color (decimal): -5588176 or 3193770. OLE color: 3193770.

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

Color convert

RGB17018748-
CMYK0.0900.740.27
HSL67.34º59.15%46.08%-
HSV(B)67.34º74.33%73.33%-
XYZ34.8844.39.51-
YUV166.0761.37130.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 187 (73.44% from 255) = 46.17%
BLUE value IS 48 (19.14% from 255) = 11.85%
R=41.98%
G=46.17%
B=11.85%

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
Decimal170187480.0900.740.2767.3459.1546.08
HexAABB30904A1B433b2e
Octal25227360110112331037356
Binary1010101010111011110000100101001010110111000011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB30; }

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

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

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

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

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

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

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

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