#a0a52b

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

Shades of Citron #A0A52B

Tints of Citron #A0A52B

Color information

#A0A52B (or 0xA0A52B) is unknown color: approx Citron. HEX triplet: A0, A5 and 2B. RGB value is (160,165,43). Sum of RGB (Red+Green+Blue) = 160+165+43=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A52B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A52B is #5F5AD4. Grayscale: #969696. Windows color (decimal): -6249173 or 2860448. OLE color: 2860448.

HSL color Cylindrical-coordinate representation of color #A0A52B: hue angle of 62.46º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0A52B is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB16016543-
CMYK0.0300.740.35
HSL62.46º58.65%40.78%-
HSV(B)62.46º73.94%64.71%-
XYZ28.3934.567.46-
YUV149.667.84135.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 165 (64.84% from 255) = 44.84%
BLUE value IS 43 (17.19% from 255) = 11.68%
R=43.48%
G=44.84%
B=11.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160165430.0300.740.3562.4658.6540.78
HexA0A52B304A233e3b29
Octal240245533011243767351
Binary10100000101001011010111101001010100011111110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0a52b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0a52b; }

 p { color: rgb(160,165,43); }

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

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

 a { background-color: rgb(160,165,43); }

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

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

 span { border-color: rgb(160,165,43); }

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