Html Css Color HEX #A0A22B Citron

📋 copy color: '#A0A22B'

red 160 ◦ green 162 ◦ blue 43

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

Shades of Citron #A0A22B

Tints of Citron #A0A22B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.38%

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

R = 43.84%
G = 44.38%
B = 11.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A0A22B (or 0xA0A22B) is known color: Citron. HEX triplet: A0, A2 and 2B. RGB value is (160,162,43). Sum of RGB (Red+Green+Blue) = 160+162+43=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A22B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A22B is #5F5DD4. Grayscale: #949494. Windows color (decimal): -6249941 or 2859680. OLE color: 2859680.

HSL color Cylindrical-coordinate representation of color #A0A22B: hue angle of 61.01º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0A22B is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 162 43 -
CMYK 0.01 0 0.73 0.36
HSL 61.01º 0.58% 0.4% -
HSV(B) 61.01º 0.73% 0.64% -
XYZ 27.85 33.49 7.28 -
YUV 147.84 68.84 136.68 -
System Red Green Blue C M Y K H S L
Decimal 160 162 43 0.01 0 0.73 0.36 61.01 0.58 0.4
Hex A0 A2 2B 1 0 49 24 3D 3A 28
Octal 240 242 53 1 0 111 44 75 72 50
Binary 10100000 10100010 101011 1 0 1001001 100100 111101 111010 101000

Color Harmonies of #A0A22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A22B

Black with #A0A22B

Text Example


Text Example

White with #A0A22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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