#ABA90C

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

Shades of Citrus #ABA90C

Tints of Citrus #ABA90C

Color information

#ABA90C (or 0xABA90C) is unknown color: approx Citrus. HEX triplet: AB, A9 and 0C. RGB value is (171,169,12). Sum of RGB (Red+Green+Blue) = 171+169+12=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA90C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA90C is #5456F3. Grayscale: #989898. Windows color (decimal): -5527284 or 829867. OLE color: 829867.

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

Color convert

RGB17116912-
CMYK00.010.930.33
HSL59.25º86.89%35.88%-
HSV(B)59.25º92.98%67.06%-
XYZ31.0537.065.86-
YUV151.749.16141.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 169 (66.41% from 255) = 48.01%
BLUE value IS 12 (5.08% from 255) = 3.41%
R=48.58%
G=48.01%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711691200.010.930.3359.2586.8935.88
HexABA9C015D213b5724
Octal2532511401135417312744
Binary101010111010100111000110111011000011110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA90C; }

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

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

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

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

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

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

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

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