#AABA1B

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

Shades of Bahia #AABA1B

Tints of Bahia #AABA1B

Color information

#AABA1B (or 0xAABA1B) is unknown color: approx Bahia. HEX triplet: AA, BA and 1B. RGB value is (170,186,27). Sum of RGB (Red+Green+Blue) = 170+186+27=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA1B is #5545E4. Grayscale: #A3A3A3. Windows color (decimal): -5588453 or 1817258. OLE color: 1817258.

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

Color convert

RGB17018627-
CMYK0.0900.850.27
HSL66.04º74.65%41.76%-
HSV(B)66.04º85.48%72.94%-
XYZ34.3343.747.67-
YUV163.0951.2132.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 186 (73.05% from 255) = 48.56%
BLUE value IS 27 (10.94% from 255) = 7.05%
R=44.39%
G=48.56%
B=7.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186270.0900.850.2766.0474.6541.76
HexAABA1B90551B424b2a
Octal252272331101253310211352
Binary1010101010111010110111001010101011101110000101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA1B; }

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

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

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

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

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

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

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

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