Html Css Color HEX #A0A82B Citron

📋 copy color: '#A0A82B'

red 160 ◦ green 168 ◦ blue 43

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

Shades of Citron #A0A82B

Tints of Citron #A0A82B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.28%

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

R = 43.13%
G = 45.28%
B = 11.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A0A82B (or 0xA0A82B) is known color: Citron. HEX triplet: A0, A8 and 2B. RGB value is (160,168,43). Sum of RGB (Red+Green+Blue) = 160+168+43=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A82B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A82B is #5F57D4. Grayscale: #979797. Windows color (decimal): -6248405 or 2861216. OLE color: 2861216.

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

Color convert

RGB 160 168 43 -
CMYK 0.05 0 0.74 0.34
HSL 63.84º 0.59% 0.41% -
HSV(B) 63.84º 0.74% 0.66% -
XYZ 28.94 35.65 7.64 -
YUV 151.36 66.85 134.16 -
System Red Green Blue C M Y K H S L
Decimal 160 168 43 0.05 0 0.74 0.34 63.84 0.59 0.41
Hex A0 A8 2B 5 0 4A 22 40 3B 29
Octal 240 250 53 5 0 112 42 100 73 51
Binary 10100000 10101000 101011 101 0 1001010 100010 1000000 111011 101001

Color Harmonies of #A0A82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A82B

Black with #A0A82B

Text Example


Text Example

White with #A0A82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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