Html Css Color HEX #A0A52B Citron

📋 copy color: '#A0A52B'

red 160 ◦ green 165 ◦ blue 43

#A0A52B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #A0A52B

Tints of Citron #A0A52B

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 value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A0A52B (or 0xA0A52B) is known color: 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

RGB 160 165 43 -
CMYK 0.03 0 0.74 0.35
HSL 62.46º 0.59% 0.41% -
HSV(B) 62.46º 0.74% 0.65% -
XYZ 28.39 34.56 7.46 -
YUV 149.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 160 165 43 0.03 0 0.74 0.35 62.46 0.59 0.41
Hex A0 A5 2B 3 0 4A 23 3E 3B 29
Octal 240 245 53 3 0 112 43 76 73 51
Binary 10100000 10100101 101011 11 0 1001010 100011 111110 111011 101001

Color Harmonies of #A0A52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A52B

Black with #A0A52B

Text Example


Text Example

White with #A0A52B

Text Example


Text Example

HTML Codes & Css Web 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>