Html Css Color HEX #A1A812 Citrus

📋 copy color: '#A1A812'

red 161 ◦ green 168 ◦ blue 18

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

Shades of Citrus #A1A812

Tints of Citrus #A1A812

RGB

 RED value IS 161 (63.28% from 255) = 46.4%

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

 BLUE value IS 18 (7.42% from 255) = 5.19%

R = 46.4%
G = 48.41%
B = 5.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A1A812 (or 0xA1A812) is known color: Citrus. HEX triplet: A1, A8 and 12. RGB value is (161,168,18). Sum of RGB (Red+Green+Blue) = 161+168+18=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A812 is #5E57ED. Grayscale: #959595. Windows color (decimal): -6182894 or 1222817. OLE color: 1222817.

HSL color Cylindrical-coordinate representation of color #A1A812: hue angle of 62.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1A812 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 168 18 -
CMYK 0.04 0 0.89 0.34
HSL 62.8º 0.81% 0.36% -
HSV(B) 62.8º 0.89% 0.66% -
XYZ 28.81 35.63 5.93 -
YUV 148.81 54.18 136.7 -
System Red Green Blue C M Y K H S L
Decimal 161 168 18 0.04 0 0.89 0.34 62.8 0.81 0.36
Hex A1 A8 12 4 0 59 22 3F 51 24
Octal 241 250 22 4 0 131 42 77 121 44
Binary 10100001 10101000 10010 100 0 1011001 100010 111111 1010001 100100

Color Harmonies of #A1A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A812

Black with #A1A812

Text Example


Text Example

White with #A1A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A812; }

 p { color: rgb(161,168,18); }

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

background-color css

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

 a { background-color: rgb(161,168,18); }

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

border-color css

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

 span { border-color: rgb(161,168,18); }

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