Html Css Color HEX #A1BC11 Citrus

📋 copy color: '#A1BC11'

red 161 ◦ green 188 ◦ blue 17

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

Shades of Citrus #A1BC11

Tints of Citrus #A1BC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.37%

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

R = 43.99%
G = 51.37%
B = 4.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#A1BC11 (or 0xA1BC11) is known color: Citrus. HEX triplet: A1, BC and 11. RGB value is (161,188,17). Sum of RGB (Red+Green+Blue) = 161+188+17=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BC11 is #5E43EE. Grayscale: #A1A1A1. Windows color (decimal): -6177775 or 1162401. OLE color: 1162401.

HSL color Cylindrical-coordinate representation of color #A1BC11: hue angle of 69.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1BC11 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 188 17 -
CMYK 0.14 0 0.91 0.26
HSL 69.47º 0.83% 0.4% -
HSV(B) 69.47º 0.91% 0.74% -
XYZ 32.78 43.58 7.22 -
YUV 160.43 47.05 128.4 -
System Red Green Blue C M Y K H S L
Decimal 161 188 17 0.14 0 0.91 0.26 69.47 0.83 0.4
Hex A1 BC 11 E 0 5B 1A 45 53 28
Octal 241 274 21 16 0 133 32 105 123 50
Binary 10100001 10111100 10001 1110 0 1011011 11010 1000101 1010011 101000

Color Harmonies of #A1BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC11

Black with #A1BC11

Text Example


Text Example

White with #A1BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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