#ABC11B

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

Shades of Bahia #ABC11B

Tints of Bahia #ABC11B

Color information

#ABC11B (or 0xABC11B) is unknown color: approx Bahia. HEX triplet: AB, C1 and 1B. RGB value is (171,193,27). Sum of RGB (Red+Green+Blue) = 171+193+27=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC11B is #543EE4. Grayscale: #A8A8A8. Windows color (decimal): -5521125 or 1819051. OLE color: 1819051.

HSL color Cylindrical-coordinate representation of color #ABC11B: hue angle of 67.95º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABC11B is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB17119327-
CMYK0.1100.860.24
HSL67.95º75.45%43.14%-
HSV(B)67.95º86.01%75.69%-
XYZ36.0646.888.18-
YUV167.548.71130.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 193 (75.78% from 255) = 49.36%
BLUE value IS 27 (10.94% from 255) = 6.91%
R=43.73%
G=49.36%
B=6.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171193270.1100.860.2467.9575.4543.14
HexABC11BB05618444b2b
Octal253301331301263010411353
Binary1010101111000001110111011010101101100010001001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC11B; }

 p { color: rgb(171,193,27); }

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

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

 a { background-color: rgb(171,193,27); }

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

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

 span { border-color: rgb(171,193,27); }

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