Html Css Color HEX #A1BA00 Citrus

📋 copy color: '#A1BA00'

red 161 ◦ green 186 ◦ blue 0

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

Shades of Citrus #A1BA00

Tints of Citrus #A1BA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.6%

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

R = 46.4%
G = 53.6%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#A1BA00 (or 0xA1BA00) is known color: Citrus. HEX triplet: A1, BA and 00. RGB value is (161,186,0). Sum of RGB (Red+Green+Blue) = 161+186+0=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BA00 is #5E45FF. Grayscale: #9E9E9E. Windows color (decimal): -6178304 or 47777. OLE color: 47777.

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

Color convert

RGB 161 186 0 -
CMYK 0.13 0 1 0.27
HSL 68.06º 1% 0.36% -
HSV(B) 68.06º 1% 0.73% -
XYZ 32.26 42.69 6.54 -
YUV 157.32 39.22 130.62 -
System Red Green Blue C M Y K H S L
Decimal 161 186 0 0.13 0 1 0.27 68.06 1 0.36
Hex A1 BA 0 D 0 64 1B 44 64 24
Octal 241 272 0 15 0 144 33 104 144 44
Binary 10100001 10111010 0 1101 0 1100100 11011 1000100 1100100 100100

Color Harmonies of #A1BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BA00

Black with #A1BA00

Text Example


Text Example

White with #A1BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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