Html Css Color HEX #A1B901 Citrus

📋 copy color: '#A1B901'

red 161 ◦ green 185 ◦ blue 1

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

Shades of Citrus #A1B901

Tints of Citrus #A1B901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 46.4%
G = 53.31%
B = 0.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#A1B901 (or 0xA1B901) is known color: Citrus. HEX triplet: A1, B9 and 01. RGB value is (161,185,1). Sum of RGB (Red+Green+Blue) = 161+185+1=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B901 is #5E46FE. Grayscale: #9D9D9D. Windows color (decimal): -6178559 or 113057. OLE color: 113057.

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

Color convert

RGB 161 185 1 -
CMYK 0.13 0 0.99 0.27
HSL 67.83º 0.99% 0.36% -
HSV(B) 67.83º 0.99% 0.73% -
XYZ 32.05 42.28 6.5 -
YUV 156.85 40.05 130.96 -
System Red Green Blue C M Y K H S L
Decimal 161 185 1 0.13 0 0.99 0.27 67.83 0.99 0.36
Hex A1 B9 1 D 0 63 1B 44 63 24
Octal 241 271 1 15 0 143 33 104 143 44
Binary 10100001 10111001 1 1101 0 1100011 11011 1000100 1100011 100100

Color Harmonies of #A1B901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B901

Black with #A1B901

Text Example


Text Example

White with #A1B901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B901; }

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

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

background-color css

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

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

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

border-color css

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

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

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