#ABB118

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

Shades of Bahia #ABB118

Tints of Bahia #ABB118

Color information

#ABB118 (or 0xABB118) is unknown color: approx Bahia. HEX triplet: AB, B1 and 18. RGB value is (171,177,24). Sum of RGB (Red+Green+Blue) = 171+177+24=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB118 is #544EE7. Grayscale: #9E9E9E. Windows color (decimal): -5525224 or 1618347. OLE color: 1618347.

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

Color convert

RGB17117724-
CMYK0.0300.860.31
HSL62.35º76.12%39.41%-
HSV(B)62.35º86.44%69.41%-
XYZ32.6840.176.89-
YUV157.7652.51137.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.97%
GREEN value IS 177 (69.53% from 255) = 47.58%
BLUE value IS 24 (9.77% from 255) = 6.45%
R=45.97%
G=47.58%
B=6.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171177240.0300.860.3162.3576.1239.41
HexABB11830561F3e4c27
Octal2532613030126377611447
Binary1010101110110001110001101010110111111111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB118; }

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

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

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

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

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

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

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

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