Html Css Color HEX #ABAF00 Citrus

📋 copy color: '#ABAF00'

red 171 ◦ green 175 ◦ blue 0

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

Shades of Citrus #ABAF00

Tints of Citrus #ABAF00

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.58%

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

R = 49.42%
G = 50.58%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#ABAF00 (or 0xABAF00) is known color: Citrus. HEX triplet: AB, AF and 00. RGB value is (171,175,0). Sum of RGB (Red+Green+Blue) = 171+175+0=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAF00 is #5450FF. Grayscale: #9A9A9A. Windows color (decimal): -5525760 or 44971. OLE color: 44971.

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

Color convert

RGB 171 175 0 -
CMYK 0.02 0 1 0.31
HSL 61.37º 1% 0.34% -
HSV(B) 61.37º 1% 0.69% -
XYZ 32.12 39.32 5.9 -
YUV 153.85 41.17 140.23 -
System Red Green Blue C M Y K H S L
Decimal 171 175 0 0.02 0 1 0.31 61.37 1 0.34
Hex AB AF 0 2 0 64 1F 3D 64 22
Octal 253 257 0 2 0 144 37 75 144 42
Binary 10101011 10101111 0 10 0 1100100 11111 111101 1100100 100010

Color Harmonies of #ABAF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF00

Black with #ABAF00

Text Example


Text Example

White with #ABAF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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