#ABB116

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

Shades of Bahia #ABB116

Tints of Bahia #ABB116

Color information

#ABB116 (or 0xABB116) is unknown color: approx Bahia. HEX triplet: AB, B1 and 16. RGB value is (171,177,22). Sum of RGB (Red+Green+Blue) = 171+177+22=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB116 is #544EE9. Grayscale: #9E9E9E. Windows color (decimal): -5525226 or 1487275. OLE color: 1487275.

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

Color convert

RGB17117722-
CMYK0.0300.880.31
HSL62.32º77.89%39.02%-
HSV(B)62.32º87.57%69.41%-
XYZ32.6640.166.79-
YUV157.5451.51137.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 177 (69.53% from 255) = 47.84%
BLUE value IS 22 (8.98% from 255) = 5.95%
R=46.22%
G=47.84%
B=5.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171177220.0300.880.3162.3277.8939.02
HexABB11630581F3e4e27
Octal2532612630130377611647
Binary1010101110110001101101101011000111111111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB116; }

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

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

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

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

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

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

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

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