#ABA400

Color #ABA400 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #ABA400

Tints of Citrus #ABA400

Color information

#ABA400 (or 0xABA400) is unknown color: approx Citrus. HEX triplet: AB, A4 and 00. RGB value is (171,164,0). Sum of RGB (Red+Green+Blue) = 171+164+0=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA400 is #545BFF. Grayscale: #949494. Windows color (decimal): -5528576 or 42155. OLE color: 42155.

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

Color convert

RGB1711640-
CMYK00.0410.33
HSL57.54º100%33.53%-
HSV(B)57.54º100%67.06%-
XYZ30.0735.215.21-
YUV147.444.82144.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 164 (64.45% from 255) = 48.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.04%
G=48.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171164000.0410.3357.5410033.53
HexABA400464213a6422
Octal253244004144417214442
Binary10101011101001000010011001001000011110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA400; }

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

 H1.HeaderClassName
 {
   color: #ABA400;
 }
 .AnyTagClassName
 {
   color: #ABA400;
 }
</style>
background-color css

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

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

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

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

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

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