Html Css Color HEX #ABAD00 Citrus

📋 copy color: '#ABAD00'

red 171 ◦ green 173 ◦ blue 0

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

Shades of Citrus #ABAD00

Tints of Citrus #ABAD00

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.29%

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

R = 49.71%
G = 50.29%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#ABAD00 (or 0xABAD00) is known color: Citrus. HEX triplet: AB, AD and 00. RGB value is (171,173,0). Sum of RGB (Red+Green+Blue) = 171+173+0=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAD00 is #5452FF. Grayscale: #999999. Windows color (decimal): -5526272 or 44459. OLE color: 44459.

HSL color Cylindrical-coordinate representation of color #ABAD00: hue angle of 60.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABAD00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 173 0 -
CMYK 0.01 0 1 0.32
HSL 60.69º 1% 0.34% -
HSV(B) 60.69º 1% 0.68% -
XYZ 31.74 38.55 5.77 -
YUV 152.68 41.84 141.07 -
System Red Green Blue C M Y K H S L
Decimal 171 173 0 0.01 0 1 0.32 60.69 1 0.34
Hex AB AD 0 1 0 64 20 3D 64 22
Octal 253 255 0 1 0 144 40 75 144 42
Binary 10101011 10101101 0 1 0 1100100 100000 111101 1100100 100010

Color Harmonies of #ABAD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAD00

Black with #ABAD00

Text Example


Text Example

White with #ABAD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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