#ABC61A

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

Shades of Bahia #ABC61A

Tints of Bahia #ABC61A

Color information

#ABC61A (or 0xABC61A) is unknown color: approx Bahia. HEX triplet: AB, C6 and 1A. RGB value is (171,198,26). Sum of RGB (Red+Green+Blue) = 171+198+26=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC61A is #5439E5. Grayscale: #AAAAAA. Windows color (decimal): -5519846 or 1754795. OLE color: 1754795.

HSL color Cylindrical-coordinate representation of color #ABC61A: hue angle of 69.42º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABC61A is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB17119826-
CMYK0.1400.870.22
HSL69.42º76.79%43.92%-
HSV(B)69.42º86.87%77.65%-
XYZ37.1849.128.5-
YUV170.3246.55128.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 198 (77.73% from 255) = 50.13%
BLUE value IS 26 (10.55% from 255) = 6.58%
R=43.29%
G=50.13%
B=6.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171198260.1400.870.2269.4276.7943.92
HexABC61AE05716454d2c
Octal253306321601272610511554
Binary1010101111000110110101110010101111011010001011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC61A; }

 p { color: rgb(171,198,26); }

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

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

 a { background-color: rgb(171,198,26); }

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

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

 span { border-color: rgb(171,198,26); }

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