#ABBA2C

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

Shades of Bahia #ABBA2C

Tints of Bahia #ABBA2C

Color information

#ABBA2C (or 0xABBA2C) is unknown color: approx Bahia. HEX triplet: AB, BA and 2C. RGB value is (171,186,44). Sum of RGB (Red+Green+Blue) = 171+186+44=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA2C is #5445D3. Grayscale: #A5A5A5. Windows color (decimal): -5522900 or 2931371. OLE color: 2931371.

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

Color convert

RGB17118644-
CMYK0.0800.760.27
HSL66.34º61.74%45.1%-
HSV(B)66.34º76.34%72.94%-
XYZ34.8143.969.03-
YUV165.3359.53132.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 44 (17.58% from 255) = 10.97%
R=42.64%
G=46.38%
B=10.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171186440.0800.760.2766.3461.7445.1
HexABBA2C804C1B423e2d
Octal25327254100114331027655
Binary1010101110111010101100100001001100110111000010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA2C; }

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

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

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

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

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

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

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

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