Html Css Color HEX #ABA900 Citrus

📋 copy color: '#ABA900'

red 171 ◦ green 169 ◦ blue 0

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

Shades of Citrus #ABA900

Tints of Citrus #ABA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.71%

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

R = 50.29%
G = 49.71%
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

#ABA900 (or 0xABA900) is known color: Citrus. HEX triplet: AB, A9 and 00. RGB value is (171,169,0). Sum of RGB (Red+Green+Blue) = 171+169+0=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA900 is #5456FF. Grayscale: #979797. Windows color (decimal): -5527296 or 43435. OLE color: 43435.

HSL color Cylindrical-coordinate representation of color #ABA900: hue angle of 59.3º 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 #ABA900 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 169 0 -
CMYK 0 0.01 1 0.33
HSL 59.3º 1% 0.34% -
HSV(B) 59.3º 1% 0.67% -
XYZ 30.98 37.03 5.52 -
YUV 150.33 43.16 142.74 -
System Red Green Blue C M Y K H S L
Decimal 171 169 0 0 0.01 1 0.33 59.3 1 0.34
Hex AB A9 0 0 1 64 21 3B 64 22
Octal 253 251 0 0 1 144 41 73 144 42
Binary 10101011 10101001 0 0 1 1100100 100001 111011 1100100 100010

Color Harmonies of #ABA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA900

Black with #ABA900

Text Example


Text Example

White with #ABA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA900; }

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

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

background-color css

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

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

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

border-color css

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

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

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