#ABB126

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

Shades of Bahia #ABB126

Tints of Bahia #ABB126

Color information

#ABB126 (or 0xABB126) is unknown color: approx Bahia. HEX triplet: AB, B1 and 26. RGB value is (171,177,38). Sum of RGB (Red+Green+Blue) = 171+177+38=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB126 is #544ED9. Grayscale: #9F9F9F. Windows color (decimal): -5525210 or 2535851. OLE color: 2535851.

HSL color Cylindrical-coordinate representation of color #ABB126: hue angle of 62.59º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABB126 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17117738-
CMYK0.0300.790.31
HSL62.59º64.65%42.16%-
HSV(B)62.59º78.53%69.41%-
XYZ32.8740.247.87-
YUV159.3659.51136.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 177 (69.53% from 255) = 45.85%
BLUE value IS 38 (15.23% from 255) = 9.84%
R=44.30%
G=45.85%
B=9.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171177380.0300.790.3162.5964.6542.16
HexABB126304F1F3f412a
Octal2532614630117377710152
Binary10101011101100011001101101001111111111111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB126; }

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

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

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

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

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

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

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

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