#ABC428

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

Shades of Bahia #ABC428

Tints of Bahia #ABC428

Color information

#ABC428 (or 0xABC428) is unknown color: approx Bahia. HEX triplet: AB, C4 and 28. RGB value is (171,196,40). Sum of RGB (Red+Green+Blue) = 171+196+40=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC428 is #543BD7. Grayscale: #ABABAB. Windows color (decimal): -5520344 or 2671787. OLE color: 2671787.

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

Color convert

RGB17119640-
CMYK0.1300.800.23
HSL69.62º66.1%46.27%-
HSV(B)69.62º79.59%76.86%-
XYZ36.9248.299.38-
YUV170.7454.22128.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 196 (76.95% from 255) = 48.16%
BLUE value IS 40 (16.02% from 255) = 9.83%
R=42.01%
G=48.16%
B=9.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171196400.1300.800.2369.6266.146.27
HexABC428D0501746422e
Octal253304501501202710610256
Binary10101011110001001010001101010100001011110001101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC428; }

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

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

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

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

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

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

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

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