#A8A90B

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

Shades of Citrus #A8A90B

Tints of Citrus #A8A90B

Color information

#A8A90B (or 0xA8A90B) is unknown color: approx Citrus. HEX triplet: A8, A9 and 0B. RGB value is (168,169,11). Sum of RGB (Red+Green+Blue) = 168+169+11=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 169 (66.41% from 255 or 48.56% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A90B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A90B is #5756F4. Grayscale: #979797. Windows color (decimal): -5723893 or 764328. OLE color: 764328.

HSL color Cylindrical-coordinate representation of color #A8A90B: hue angle of 60.38º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8A90B is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB16816911-
CMYK0.0100.930.34
HSL60.38º87.78%35.29%-
HSV(B)60.38º93.49%66.27%-
XYZ30.436.725.8-
YUV150.6949.17140.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.28%
GREEN value IS 169 (66.41% from 255) = 48.56%
BLUE value IS 11 (4.69% from 255) = 3.16%
R=48.28%
G=48.56%
B=3.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168169110.0100.930.3460.3887.7835.29
HexA8A9B105D223c5823
Octal2502511310135427413043
Binary101010001010100110111010111011000101111001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A90B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A90B; }

 p { color: rgb(168,169,11); }

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

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

 a { background-color: rgb(168,169,11); }

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

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

 span { border-color: rgb(168,169,11); }

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