Html Css Color HEX #ABC100 Citrus

📋 copy color: '#ABC100'

red 171 ◦ green 193 ◦ blue 0

#ABC100
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #ABC100

Tints of Citrus #ABC100

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 value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#ABC100 (or 0xABC100) is known color: 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

RGB 171 193 0 -
CMYK 0.11 0 1 0.24
HSL 66.84º 1% 0.38% -
HSV(B) 66.84º 1% 0.76% -
XYZ 35.86 46.8 7.14 -
YUV 164.42 35.21 132.69 -
System Red Green Blue C M Y K H S L
Decimal 171 193 0 0.11 0 1 0.24 66.84 1 0.38
Hex AB C1 0 B 0 64 18 43 64 26
Octal 253 301 0 13 0 144 30 103 144 46
Binary 10101011 11000001 0 1011 0 1100100 11000 1000011 1100100 100110

Color Harmonies of #ABC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC100

Black with #ABC100

Text Example


Text Example

White with #ABC100

Text Example


Text Example

HTML Codes & Css Web 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>