Html Css Color HEX #ABC201 Citrus

📋 copy color: '#ABC201'

red 171 ◦ green 194 ◦ blue 1

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

Shades of Citrus #ABC201

Tints of Citrus #ABC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.01%

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

R = 46.72%
G = 53.01%
B = 0.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#ABC201 (or 0xABC201) is known color: Citrus. HEX triplet: AB, C2 and 01. RGB value is (171,194,1). Sum of RGB (Red+Green+Blue) = 171+194+1=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC201 is #543DFE. Grayscale: #A5A5A5. Windows color (decimal): -5520895 or 115371. OLE color: 115371.

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

Color convert

RGB 171 194 1 -
CMYK 0.12 0 0.99 0.24
HSL 67.15º 0.99% 0.38% -
HSV(B) 67.15º 0.99% 0.76% -
XYZ 36.09 47.24 7.25 -
YUV 165.12 35.38 132.19 -
System Red Green Blue C M Y K H S L
Decimal 171 194 1 0.12 0 0.99 0.24 67.15 0.99 0.38
Hex AB C2 1 C 0 63 18 43 63 26
Octal 253 302 1 14 0 143 30 103 143 46
Binary 10101011 11000010 1 1100 0 1100011 11000 1000011 1100011 100110

Color Harmonies of #ABC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC201

Black with #ABC201

Text Example


Text Example

White with #ABC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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