#abba33

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

Shades of Bahia #ABBA33

Tints of Bahia #ABBA33

Color information

#ABBA33 (or 0xABBA33) is unknown color: approx Bahia. HEX triplet: AB, BA and 33. RGB value is (171,186,51). Sum of RGB (Red+Green+Blue) = 171+186+51=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA33 is #5445CC. Grayscale: #A6A6A6. Windows color (decimal): -5522893 or 3390123. OLE color: 3390123.

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

Color convert

RGB17118651-
CMYK0.0800.730.27
HSL66.67º56.96%46.47%-
HSV(B)66.67º72.58%72.94%-
XYZ34.9544.019.79-
YUV166.1263.03131.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 186 (73.05% from 255) = 45.59%
BLUE value IS 51 (20.31% from 255) = 12.5%
R=41.91%
G=45.59%
B=12.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171186510.0800.730.2766.6756.9646.47
HexABBA3380491B43392e
Octal25327263100111331037156
Binary1010101110111010110011100001001001110111000011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abba33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abba33; }

 p { color: rgb(171,186,51); }

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

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

 a { background-color: rgb(171,186,51); }

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

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

 span { border-color: rgb(171,186,51); }

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