Html Css Color HEX #ABC401 Citrus

📋 copy color: '#ABC401'

red 171 ◦ green 196 ◦ blue 1

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

Shades of Citrus #ABC401

Tints of Citrus #ABC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.26%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 46.47%
G = 53.26%
B = 0.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#ABC401 (or 0xABC401) is known color: Citrus. HEX triplet: AB, C4 and 01. RGB value is (171,196,1). Sum of RGB (Red+Green+Blue) = 171+196+1=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC401 is #543BFE. Grayscale: #A7A7A7. Windows color (decimal): -5520383 or 115883. OLE color: 115883.

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

Color convert

RGB 171 196 1 -
CMYK 0.13 0 0.99 0.23
HSL 67.69º 0.99% 0.39% -
HSV(B) 67.69º 0.99% 0.77% -
XYZ 36.54 48.14 7.39 -
YUV 166.3 34.72 131.36 -
System Red Green Blue C M Y K H S L
Decimal 171 196 1 0.13 0 0.99 0.23 67.69 0.99 0.39
Hex AB C4 1 D 0 63 17 44 63 27
Octal 253 304 1 15 0 143 27 104 143 47
Binary 10101011 11000100 1 1101 0 1100011 10111 1000100 1100011 100111

Color Harmonies of #ABC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC401

Black with #ABC401

Text Example


Text Example

White with #ABC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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