#A9B011

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

Shades of Citrus #A9B011

Tints of Citrus #A9B011

Color information

#A9B011 (or 0xA9B011) is unknown color: approx Citrus. HEX triplet: A9, B0 and 11. RGB value is (169,176,17). Sum of RGB (Red+Green+Blue) = 169+176+17=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9B011 is #564FEE. Grayscale: #9C9C9C. Windows color (decimal): -5656559 or 1159337. OLE color: 1159337.

HSL color Cylindrical-coordinate representation of color #A9B011: hue angle of 62.64º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9B011 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB16917617-
CMYK0.0400.900.31
HSL62.64º82.38%37.84%-
HSV(B)62.64º90.34%69.02%-
XYZ31.9939.536.47-
YUV155.7849.68137.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.69%
GREEN value IS 176 (69.14% from 255) = 48.62%
BLUE value IS 17 (7.03% from 255) = 4.70%
R=46.69%
G=48.62%
B=4.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169176170.0400.900.3162.6482.3837.84
HexA9B011405A1F3f5226
Octal2512602140132377712246
Binary10101001101100001000110001011010111111111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B011; }

 p { color: rgb(169,176,17); }

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

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

 a { background-color: rgb(169,176,17); }

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

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

 span { border-color: rgb(169,176,17); }

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