Html Css Color HEX #ABC500 Citrus

📋 copy color: '#ABC500'

red 171 ◦ green 197 ◦ blue 0

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

Shades of Citrus #ABC500

Tints of Citrus #ABC500

RGB

 RED value IS 171 (67.19% from 255) = 46.47%

 GREEN value IS 197 (77.34% from 255) = 53.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.47%
G = 53.53%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#ABC500 (or 0xABC500) is known color: Citrus. HEX triplet: AB, C5 and 00. RGB value is (171,197,0). Sum of RGB (Red+Green+Blue) = 171+197+0=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 197 (77.34% from 255 or 53.53% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC500 is #543AFF. Grayscale: #A7A7A7. Windows color (decimal): -5520128 or 50603. OLE color: 50603.

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

Color convert

RGB 171 197 0 -
CMYK 0.13 0 1 0.23
HSL 67.92º 1% 0.39% -
HSV(B) 67.92º 1% 0.77% -
XYZ 36.76 48.59 7.44 -
YUV 166.77 33.89 131.02 -
System Red Green Blue C M Y K H S L
Decimal 171 197 0 0.13 0 1 0.23 67.92 1 0.39
Hex AB C5 0 D 0 64 17 44 64 27
Octal 253 305 0 15 0 144 27 104 144 47
Binary 10101011 11000101 0 1101 0 1100100 10111 1000100 1100100 100111

Color Harmonies of #ABC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC500

Black with #ABC500

Text Example


Text Example

White with #ABC500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC500; }

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

 H1.HeaderClassName
 {
   color: #ABC500;
 }
 .AnyTagClassName
 {
   color: #ABC500;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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