#ABC426

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

Shades of Bahia #ABC426

Tints of Bahia #ABC426

Color information

#ABC426 (or 0xABC426) is unknown color: approx Bahia. HEX triplet: AB, C4 and 26. RGB value is (171,196,38). Sum of RGB (Red+Green+Blue) = 171+196+38=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC426 is #543BD9. Grayscale: #ABABAB. Windows color (decimal): -5520346 or 2540715. OLE color: 2540715.

HSL color Cylindrical-coordinate representation of color #ABC426: hue angle of 69.49º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABC426 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB17119638-
CMYK0.1300.810.23
HSL69.49º67.52%45.88%-
HSV(B)69.49º80.61%76.86%-
XYZ36.8848.289.21-
YUV170.5153.22128.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 196 (76.95% from 255) = 48.40%
BLUE value IS 38 (15.23% from 255) = 9.38%
R=42.22%
G=48.40%
B=9.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171196380.1300.810.2369.4967.5245.88
HexABC426D0511745442e
Octal253304461501212710510456
Binary10101011110001001001101101010100011011110001011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC426; }

 p { color: rgb(171,196,38); }

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

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

 a { background-color: rgb(171,196,38); }

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

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

 span { border-color: rgb(171,196,38); }

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