Html Css Color HEX #A1A90C Citrus

📋 copy color: '#A1A90C'

red 161 ◦ green 169 ◦ blue 12

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

Shades of Citrus #A1A90C

Tints of Citrus #A1A90C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.42%

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 47.08%
G = 49.42%
B = 3.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A1A90C (or 0xA1A90C) is known color: Citrus. HEX triplet: A1, A9 and 0C. RGB value is (161,169,12). Sum of RGB (Red+Green+Blue) = 161+169+12=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A90C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A90C is #5E56F3. Grayscale: #959595. Windows color (decimal): -6182644 or 829857. OLE color: 829857.

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

Color convert

RGB 161 169 12 -
CMYK 0.05 0 0.93 0.34
HSL 63.06º 0.87% 0.35% -
HSV(B) 63.06º 0.93% 0.66% -
XYZ 28.95 35.98 5.77 -
YUV 148.71 50.85 136.77 -
System Red Green Blue C M Y K H S L
Decimal 161 169 12 0.05 0 0.93 0.34 63.06 0.87 0.35
Hex A1 A9 C 5 0 5D 22 3F 57 23
Octal 241 251 14 5 0 135 42 77 127 43
Binary 10100001 10101001 1100 101 0 1011101 100010 111111 1010111 100011

Color Harmonies of #A1A90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A90C

Black with #A1A90C

Text Example


Text Example

White with #A1A90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A90C; }

 p { color: rgb(161,169,12); }

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

background-color css

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

 a { background-color: rgb(161,169,12); }

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

border-color css

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

 span { border-color: rgb(161,169,12); }

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