#ABBA26

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

Shades of Bahia #ABBA26

Tints of Bahia #ABBA26

Color information

#ABBA26 (or 0xABBA26) is unknown color: approx Bahia. HEX triplet: AB, BA and 26. RGB value is (171,186,38). Sum of RGB (Red+Green+Blue) = 171+186+38=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA26 is #5445D9. Grayscale: #A5A5A5. Windows color (decimal): -5522906 or 2538155. OLE color: 2538155.

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

Color convert

RGB17118638-
CMYK0.0800.800.27
HSL66.08º66.07%43.92%-
HSV(B)66.08º79.57%72.94%-
XYZ34.743.928.48-
YUV164.6456.53132.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 186 (73.05% from 255) = 47.09%
BLUE value IS 38 (15.23% from 255) = 9.62%
R=43.29%
G=47.09%
B=9.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171186380.0800.800.2766.0866.0743.92
HexABBA2680501B42422c
Octal253272461001203310210254
Binary10101011101110101001101000010100001101110000101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA26; }

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

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

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

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

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

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

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

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