Html Css Color HEX #A0A62B Citron

📋 copy color: '#A0A62B'

red 160 ◦ green 166 ◦ blue 43

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

Shades of Citron #A0A62B

Tints of Citron #A0A62B

RGB

 RED value IS 160 (62.89% from 255) = 43.36%

 GREEN value IS 166 (65.23% from 255) = 44.99%

 BLUE value IS 43 (17.19% from 255) = 11.65%

R = 43.36%
G = 44.99%
B = 11.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A0A62B (or 0xA0A62B) is known color: Citron. HEX triplet: A0, A6 and 2B. RGB value is (160,166,43). Sum of RGB (Red+Green+Blue) = 160+166+43=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A62B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A62B is #5F59D4. Grayscale: #969696. Windows color (decimal): -6248917 or 2860704. OLE color: 2860704.

HSL color Cylindrical-coordinate representation of color #A0A62B: hue angle of 62.93º 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 #A0A62B is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 166 43 -
CMYK 0.04 0 0.74 0.35
HSL 62.93º 0.59% 0.41% -
HSV(B) 62.93º 0.74% 0.65% -
XYZ 28.57 34.92 7.52 -
YUV 150.18 67.51 135 -
System Red Green Blue C M Y K H S L
Decimal 160 166 43 0.04 0 0.74 0.35 62.93 0.59 0.41
Hex A0 A6 2B 4 0 4A 23 3F 3B 29
Octal 240 246 53 4 0 112 43 77 73 51
Binary 10100000 10100110 101011 100 0 1001010 100011 111111 111011 101001

Color Harmonies of #A0A62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A62B

Black with #A0A62B

Text Example


Text Example

White with #A0A62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A62B; }

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

 H1.HeaderClassName
 {
   color: #A0A62B;
 }
 .AnyTagClassName
 {
   color: #A0A62B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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