#A0A80B

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

Shades of Citrus #A0A80B

Tints of Citrus #A0A80B

Color information

#A0A80B (or 0xA0A80B) is unknown color: approx Citrus. HEX triplet: A0, A8 and 0B. RGB value is (160,168,11). Sum of RGB (Red+Green+Blue) = 160+168+11=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A80B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A80B is #5F57F4. Grayscale: #949494. Windows color (decimal): -6248437 or 764064. OLE color: 764064.

HSL color Cylindrical-coordinate representation of color #A0A80B: hue angle of 63.06º 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 #A0A80B is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB16016811-
CMYK0.0500.930.34
HSL63.06º87.71%35.1%-
HSV(B)63.06º93.45%65.88%-
XYZ28.5635.55.66-
YUV147.7150.85136.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 168 (66.02% from 255) = 49.56%
BLUE value IS 11 (4.69% from 255) = 3.24%
R=47.20%
G=49.56%
B=3.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160168110.0500.930.3463.0687.7135.1
HexA0A8B505D223f5823
Octal2402501350135427713043
Binary10100000101010001011101010111011000101111111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A80B; }

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

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

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

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

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

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

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

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