Html Css Color HEX #A1B903 Citrus

📋 copy color: '#A1B903'

red 161 ◦ green 185 ◦ blue 3

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

Shades of Citrus #A1B903

Tints of Citrus #A1B903

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.01%

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 46.13%
G = 53.01%
B = 0.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#A1B903 (or 0xA1B903) is known color: Citrus. HEX triplet: A1, B9 and 03. RGB value is (161,185,3). Sum of RGB (Red+Green+Blue) = 161+185+3=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B903 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B903 is #5E46FC. Grayscale: #9D9D9D. Windows color (decimal): -6178557 or 244129. OLE color: 244129.

HSL color Cylindrical-coordinate representation of color #A1B903: hue angle of 67.91º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1B903 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 185 3 -
CMYK 0.13 0 0.98 0.27
HSL 67.91º 0.97% 0.37% -
HSV(B) 67.91º 0.98% 0.73% -
XYZ 32.06 42.28 6.56 -
YUV 157.08 41.05 130.8 -
System Red Green Blue C M Y K H S L
Decimal 161 185 3 0.13 0 0.98 0.27 67.91 0.97 0.37
Hex A1 B9 3 D 0 62 1B 44 61 25
Octal 241 271 3 15 0 142 33 104 141 45
Binary 10100001 10111001 11 1101 0 1100010 11011 1000100 1100001 100101

Color Harmonies of #A1B903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B903

Black with #A1B903

Text Example


Text Example

White with #A1B903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B903; }

 p { color: rgb(161,185,3); }

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

background-color css

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

 a { background-color: rgb(161,185,3); }

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

border-color css

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

 span { border-color: rgb(161,185,3); }

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