Html Css Color HEX #A1B400 Citrus

📋 copy color: '#A1B400'

red 161 ◦ green 180 ◦ blue 0

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

Shades of Citrus #A1B400

Tints of Citrus #A1B400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.79%

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

R = 47.21%
G = 52.79%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#A1B400 (or 0xA1B400) is known color: Citrus. HEX triplet: A1, B4 and 00. RGB value is (161,180,0). Sum of RGB (Red+Green+Blue) = 161+180+0=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B400 is #5E4BFF. Grayscale: #9A9A9A. Windows color (decimal): -6179840 or 46241. OLE color: 46241.

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

Color convert

RGB 161 180 0 -
CMYK 0.11 0 1 0.29
HSL 66.33º 1% 0.35% -
HSV(B) 66.33º 1% 0.71% -
XYZ 31.02 40.22 6.13 -
YUV 153.8 41.21 133.14 -
System Red Green Blue C M Y K H S L
Decimal 161 180 0 0.11 0 1 0.29 66.33 1 0.35
Hex A1 B4 0 B 0 64 1D 42 64 23
Octal 241 264 0 13 0 144 35 102 144 43
Binary 10100001 10110100 0 1011 0 1100100 11101 1000010 1100100 100011

Color Harmonies of #A1B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B400

Black with #A1B400

Text Example


Text Example

White with #A1B400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B400; }

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

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

background-color css

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

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

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

border-color css

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

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

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