#ABBB12

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

Shades of Bahia #ABBB12

Tints of Bahia #ABBB12

Color information

#ABBB12 (or 0xABBB12) is unknown color: approx Bahia. HEX triplet: AB, BB and 12. RGB value is (171,187,18). Sum of RGB (Red+Green+Blue) = 171+187+18=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBB12 is #5444ED. Grayscale: #A3A3A3. Windows color (decimal): -5522670 or 1227691. OLE color: 1227691.

HSL color Cylindrical-coordinate representation of color #ABBB12: hue angle of 65.68º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABBB12 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB17118718-
CMYK0.0900.900.27
HSL65.68º82.44%40.2%-
HSV(B)65.68º90.37%73.33%-
XYZ34.6744.247.28-
YUV162.9546.2133.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 187 (73.44% from 255) = 49.73%
BLUE value IS 18 (7.42% from 255) = 4.79%
R=45.48%
G=49.73%
B=4.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171187180.0900.900.2765.6882.4440.2
HexABBB12905A1B425228
Octal253273221101323310212250
Binary1010101110111011100101001010110101101110000101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB12; }

 p { color: rgb(171,187,18); }

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

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

 a { background-color: rgb(171,187,18); }

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

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

 span { border-color: rgb(171,187,18); }

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