#ABBB2A

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

Shades of Bahia #ABBB2A

Tints of Bahia #ABBB2A

Color information

#ABBB2A (or 0xABBB2A) is unknown color: approx Bahia. HEX triplet: AB, BB and 2A. RGB value is (171,187,42). Sum of RGB (Red+Green+Blue) = 171+187+42=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBB2A is #5444D5. Grayscale: #A6A6A6. Windows color (decimal): -5522646 or 2800555. OLE color: 2800555.

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

Color convert

RGB17118742-
CMYK0.0900.780.27
HSL66.62º63.32%44.9%-
HSV(B)66.62º77.54%73.33%-
XYZ34.9844.378.91-
YUV165.6958.2131.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 187 (73.44% from 255) = 46.75%
BLUE value IS 42 (16.80% from 255) = 10.5%
R=42.75%
G=46.75%
B=10.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171187420.0900.780.2766.6263.3244.9
HexABBB2A904E1B433f2d
Octal25327352110116331037755
Binary1010101110111011101010100101001110110111000011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB2A; }

 p { color: rgb(171,187,42); }

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

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

 a { background-color: rgb(171,187,42); }

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

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

 span { border-color: rgb(171,187,42); }

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