Html Css Color HEX #ABC101 Citrus

📋 copy color: '#ABC101'

red 171 ◦ green 193 ◦ blue 1

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

Shades of Citrus #ABC101

Tints of Citrus #ABC101

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.88%

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

R = 46.85%
G = 52.88%
B = 0.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#ABC101 (or 0xABC101) is known color: Citrus. HEX triplet: AB, C1 and 01. RGB value is (171,193,1). Sum of RGB (Red+Green+Blue) = 171+193+1=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC101 is #543EFE. Grayscale: #A5A5A5. Windows color (decimal): -5521151 or 115115. OLE color: 115115.

HSL color Cylindrical-coordinate representation of color #ABC101: hue angle of 66.87º 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 #ABC101 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 1 -
CMYK 0.11 0 0.99 0.24
HSL 66.87º 0.99% 0.38% -
HSV(B) 66.87º 0.99% 0.76% -
XYZ 35.87 46.8 7.17 -
YUV 164.53 35.71 132.61 -
System Red Green Blue C M Y K H S L
Decimal 171 193 1 0.11 0 0.99 0.24 66.87 0.99 0.38
Hex AB C1 1 B 0 63 18 43 63 26
Octal 253 301 1 13 0 143 30 103 143 46
Binary 10101011 11000001 1 1011 0 1100011 11000 1000011 1100011 100110

Color Harmonies of #ABC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC101

Black with #ABC101

Text Example


Text Example

White with #ABC101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC101; }

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

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

background-color css

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

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

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

border-color css

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

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

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