Html Css Color HEX #A1A430 Citron

📋 copy color: '#A1A430'

red 161 ◦ green 164 ◦ blue 48

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

Shades of Citron #A1A430

Tints of Citron #A1A430

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.97%

 BLUE value IS 48 (19.14% from 255) = 12.87%

R = 43.16%
G = 43.97%
B = 12.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A1A430 (or 0xA1A430) is known color: Citron. HEX triplet: A1, A4 and 30. RGB value is (161,164,48). Sum of RGB (Red+Green+Blue) = 161+164+48=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A430 is #5E5BCF. Grayscale: #969696. Windows color (decimal): -6183888 or 3187873. OLE color: 3187873.

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

Color convert

RGB 161 164 48 -
CMYK 0.02 0 0.71 0.36
HSL 61.55º 0.55% 0.42% -
HSV(B) 61.55º 0.71% 0.64% -
XYZ 28.51 34.34 7.92 -
YUV 149.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 161 164 48 0.02 0 0.71 0.36 61.55 0.55 0.42
Hex A1 A4 30 2 0 47 24 3E 37 2A
Octal 241 244 60 2 0 107 44 76 67 52
Binary 10100001 10100100 110000 10 0 1000111 100100 111110 110111 101010

Color Harmonies of #A1A430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A430

Black with #A1A430

Text Example


Text Example

White with #A1A430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A430; }

 p { color: rgb(161,164,48); }

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

background-color css

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

 a { background-color: rgb(161,164,48); }

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

border-color css

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

 span { border-color: rgb(161,164,48); }

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