#ABB115

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

Shades of Bahia #ABB115

Tints of Bahia #ABB115

Color information

#ABB115 (or 0xABB115) is unknown color: approx Bahia. HEX triplet: AB, B1 and 15. RGB value is (171,177,21). Sum of RGB (Red+Green+Blue) = 171+177+21=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB115 is #544EEA. Grayscale: #9E9E9E. Windows color (decimal): -5525227 or 1421739. OLE color: 1421739.

HSL color Cylindrical-coordinate representation of color #ABB115: hue angle of 62.31º degrees, saturation: 0.79, 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 #ABB115 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB17117721-
CMYK0.0300.880.31
HSL62.31º78.79%38.82%-
HSV(B)62.31º88.14%69.41%-
XYZ32.6540.166.74-
YUV157.4251.01137.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 177 (69.53% from 255) = 47.97%
BLUE value IS 21 (8.59% from 255) = 5.69%
R=46.34%
G=47.97%
B=5.69%

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
Decimal171177210.0300.880.3162.3178.7938.82
HexABB11530581F3e4f27
Octal2532612530130377611747
Binary1010101110110001101011101011000111111111101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB115; }

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

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

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

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

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

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

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

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