Html Css Color HEX #A1BF11 Citrus

📋 copy color: '#A1BF11'

red 161 ◦ green 191 ◦ blue 17

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

Shades of Citrus #A1BF11

Tints of Citrus #A1BF11

RGB

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

 GREEN value IS 191 (75% from 255) = 51.76%

 BLUE value IS 17 (7.03% from 255) = 4.61%

R = 43.63%
G = 51.76%
B = 4.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#A1BF11 (or 0xA1BF11) is known color: Citrus. HEX triplet: A1, BF and 11. RGB value is (161,191,17). Sum of RGB (Red+Green+Blue) = 161+191+17=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BF11 is #5E40EE. Grayscale: #A2A2A2. Windows color (decimal): -6177007 or 1163169. OLE color: 1163169.

HSL color Cylindrical-coordinate representation of color #A1BF11: hue angle of 70.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1BF11 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 191 17 -
CMYK 0.16 0 0.91 0.25
HSL 70.34º 0.84% 0.41% -
HSV(B) 70.34º 0.91% 0.75% -
XYZ 33.43 44.88 7.43 -
YUV 162.19 46.06 127.15 -
System Red Green Blue C M Y K H S L
Decimal 161 191 17 0.16 0 0.91 0.25 70.34 0.84 0.41
Hex A1 BF 11 10 0 5B 19 46 54 29
Octal 241 277 21 20 0 133 31 106 124 51
Binary 10100001 10111111 10001 10000 0 1011011 11001 1000110 1010100 101001

Color Harmonies of #A1BF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BF11

Black with #A1BF11

Text Example


Text Example

White with #A1BF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BF11; }

 p { color: rgb(161,191,17); }

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

background-color css

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

 a { background-color: rgb(161,191,17); }

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

border-color css

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

 span { border-color: rgb(161,191,17); }

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