Html Css Color HEX #A0A232 Citron

📋 copy color: '#A0A232'

red 160 ◦ green 162 ◦ blue 50

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

Shades of Citron #A0A232

Tints of Citron #A0A232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.44%

R = 43.01%
G = 43.55%
B = 13.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A0A232 (or 0xA0A232) is known color: Citron. HEX triplet: A0, A2 and 32. RGB value is (160,162,50). Sum of RGB (Red+Green+Blue) = 160+162+50=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A232 is #5F5DCD. Grayscale: #959595. Windows color (decimal): -6249934 or 3318432. OLE color: 3318432.

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

Color convert

RGB 160 162 50 -
CMYK 0.01 0 0.69 0.36
HSL 61.07º 0.53% 0.42% -
HSV(B) 61.07º 0.69% 0.64% -
XYZ 27.99 33.54 8.02 -
YUV 148.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 160 162 50 0.01 0 0.69 0.36 61.07 0.53 0.42
Hex A0 A2 32 1 0 45 24 3D 35 2A
Octal 240 242 62 1 0 105 44 75 65 52
Binary 10100000 10100010 110010 1 0 1000101 100100 111101 110101 101010

Color Harmonies of #A0A232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A232

Black with #A0A232

Text Example


Text Example

White with #A0A232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A232; }

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

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

background-color css

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

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

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

border-color css

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

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

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