#ABC02C

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

Shades of Bahia #ABC02C

Tints of Bahia #ABC02C

Color information

#ABC02C (or 0xABC02C) is unknown color: approx Bahia. HEX triplet: AB, C0 and 2C. RGB value is (171,192,44). Sum of RGB (Red+Green+Blue) = 171+192+44=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC02C is #543FD3. Grayscale: #A9A9A9. Windows color (decimal): -5521364 or 2932907. OLE color: 2932907.

HSL color Cylindrical-coordinate representation of color #ABC02C: hue angle of 68.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABC02C is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB17119244-
CMYK0.1100.770.25
HSL68.51º62.71%46.27%-
HSV(B)68.51º77.08%75.29%-
XYZ36.146.549.46-
YUV168.8557.54129.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 192 (75.39% from 255) = 47.17%
BLUE value IS 44 (17.58% from 255) = 10.81%
R=42.01%
G=47.17%
B=10.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171192440.1100.770.2568.5162.7146.27
HexABC02CB04D19453f2e
Octal25330054130115311057756
Binary1010101111000000101100101101001101110011000101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC02C; }

 p { color: rgb(171,192,44); }

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

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

 a { background-color: rgb(171,192,44); }

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

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

 span { border-color: rgb(171,192,44); }

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