Html Css Color HEX #A1B111 Citrus

📋 copy color: '#A1B111'

red 161 ◦ green 177 ◦ blue 17

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

Shades of Citrus #A1B111

Tints of Citrus #A1B111

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.86%

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

R = 45.35%
G = 49.86%
B = 4.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#A1B111 (or 0xA1B111) is known color: Citrus. HEX triplet: A1, B1 and 11. RGB value is (161,177,17). Sum of RGB (Red+Green+Blue) = 161+177+17=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1B111 is #5E4EEE. Grayscale: #9A9A9A. Windows color (decimal): -6180591 or 1159585. OLE color: 1159585.

HSL color Cylindrical-coordinate representation of color #A1B111: hue angle of 66º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1B111 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 177 17 -
CMYK 0.09 0 0.90 0.31
HSL 66º 0.82% 0.38% -
HSV(B) 66º 0.9% 0.69% -
XYZ 30.52 39.06 6.46 -
YUV 153.98 50.7 133.01 -
System Red Green Blue C M Y K H S L
Decimal 161 177 17 0.09 0 0.90 0.31 66 0.82 0.38
Hex A1 B1 11 9 0 5A 1F 42 52 26
Octal 241 261 21 11 0 132 37 102 122 46
Binary 10100001 10110001 10001 1001 0 1011010 11111 1000010 1010010 100110

Color Harmonies of #A1B111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B111

Black with #A1B111

Text Example


Text Example

White with #A1B111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B111; }

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

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

background-color css

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

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

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

border-color css

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

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

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