#ABC100

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

Shades of Citrus #ABC100

Tints of Citrus #ABC100

Color information

#ABC100 (or 0xABC100) is unknown color: approx Citrus. HEX triplet: AB, C1 and 00. RGB value is (171,193,0). Sum of RGB (Red+Green+Blue) = 171+193+0=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC100 is #543EFF. Grayscale: #A5A5A5. Windows color (decimal): -5521152 or 49579. OLE color: 49579.

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

Color convert

RGB1711930-
CMYK0.11010.24
HSL66.84º100%37.84%-
HSV(B)66.84º100%75.69%-
XYZ35.8646.87.14-
YUV164.4235.21132.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 193 (75.78% from 255) = 53.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.98%
G=53.02%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17119300.11010.2466.8410037.84
HexABC10B06418436426
Octal25330101301443010314446
Binary101010111100000101011011001001100010000111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC100; }

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

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

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

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

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

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

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

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