Html Css Color HEX #ABAA00 Citrus

📋 copy color: '#ABAA00'

red 171 ◦ green 170 ◦ blue 0

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

Shades of Citrus #ABAA00

Tints of Citrus #ABAA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.85%

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

R = 50.15%
G = 49.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#ABAA00 (or 0xABAA00) is known color: Citrus. HEX triplet: AB, AA and 00. RGB value is (171,170,0). Sum of RGB (Red+Green+Blue) = 171+170+0=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAA00 is #5455FF. Grayscale: #979797. Windows color (decimal): -5527040 or 43691. OLE color: 43691.

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

Color convert

RGB 171 170 0 -
CMYK 0 0.01 1 0.33
HSL 59.65º 1% 0.34% -
HSV(B) 59.65º 1% 0.67% -
XYZ 31.17 37.41 5.58 -
YUV 150.92 42.83 142.32 -
System Red Green Blue C M Y K H S L
Decimal 171 170 0 0 0.01 1 0.33 59.65 1 0.34
Hex AB AA 0 0 1 64 21 3C 64 22
Octal 253 252 0 0 1 144 41 74 144 42
Binary 10101011 10101010 0 0 1 1100100 100001 111100 1100100 100010

Color Harmonies of #ABAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA00

Black with #ABAA00

Text Example


Text Example

White with #ABAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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