Html Css Color HEX #A1B600 Citrus

📋 copy color: '#A1B600'

red 161 ◦ green 182 ◦ blue 0

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

Shades of Citrus #A1B600

Tints of Citrus #A1B600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.94%
G = 53.06%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#A1B600 (or 0xA1B600) is known color: Citrus. HEX triplet: A1, B6 and 00. RGB value is (161,182,0). Sum of RGB (Red+Green+Blue) = 161+182+0=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 182 (71.48% from 255 or 53.06% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B600 is #5E49FF. Grayscale: #9B9B9B. Windows color (decimal): -6179328 or 46753. OLE color: 46753.

HSL color Cylindrical-coordinate representation of color #A1B600: hue angle of 66.92º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1B600 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 182 0 -
CMYK 0.12 0 1 0.29
HSL 66.92º 1% 0.36% -
HSV(B) 66.92º 1% 0.71% -
XYZ 31.43 41.03 6.26 -
YUV 154.97 40.54 132.3 -
System Red Green Blue C M Y K H S L
Decimal 161 182 0 0.12 0 1 0.29 66.92 1 0.36
Hex A1 B6 0 C 0 64 1D 43 64 24
Octal 241 266 0 14 0 144 35 103 144 44
Binary 10100001 10110110 0 1100 0 1100100 11101 1000011 1100100 100100

Color Harmonies of #A1B600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B600

Black with #A1B600

Text Example


Text Example

White with #A1B600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B600; }

 p { color: rgb(161,182,0); }

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

background-color css

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

 a { background-color: rgb(161,182,0); }

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

border-color css

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

 span { border-color: rgb(161,182,0); }

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