Html Css Color HEX #A0A831 Citron

📋 copy color: '#A0A831'

red 160 ◦ green 168 ◦ blue 49

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

Shades of Citron #A0A831

Tints of Citron #A0A831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13%

R = 42.44%
G = 44.56%
B = 13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A0A831 (or 0xA0A831) is known color: Citron. HEX triplet: A0, A8 and 31. RGB value is (160,168,49). Sum of RGB (Red+Green+Blue) = 160+168+49=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A831 is #5F57CE. Grayscale: #989898. Windows color (decimal): -6248399 or 3254432. OLE color: 3254432.

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

Color convert

RGB 160 168 49 -
CMYK 0.05 0 0.71 0.34
HSL 64.03º 0.55% 0.43% -
HSV(B) 64.03º 0.71% 0.66% -
XYZ 29.05 35.7 8.27 -
YUV 152.04 69.85 133.68 -
System Red Green Blue C M Y K H S L
Decimal 160 168 49 0.05 0 0.71 0.34 64.03 0.55 0.43
Hex A0 A8 31 5 0 47 22 40 37 2B
Octal 240 250 61 5 0 107 42 100 67 53
Binary 10100000 10101000 110001 101 0 1000111 100010 1000000 110111 101011

Color Harmonies of #A0A831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A831

Black with #A0A831

Text Example


Text Example

White with #A0A831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A831; }

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

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

background-color css

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

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

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

border-color css

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

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

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