Html Css Color HEX #A1B611 Citrus

📋 copy color: '#A1B611'

red 161 ◦ green 182 ◦ blue 17

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

Shades of Citrus #A1B611

Tints of Citrus #A1B611

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.56%

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

R = 44.72%
G = 50.56%
B = 4.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#A1B611 (or 0xA1B611) is known color: Citrus. HEX triplet: A1, B6 and 11. RGB value is (161,182,17). Sum of RGB (Red+Green+Blue) = 161+182+17=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B611 is #5E49EE. Grayscale: #9D9D9D. Windows color (decimal): -6179311 or 1160865. OLE color: 1160865.

HSL color Cylindrical-coordinate representation of color #A1B611: hue angle of 67.64º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1B611 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 182 17 -
CMYK 0.12 0 0.91 0.29
HSL 67.64º 0.83% 0.39% -
HSV(B) 67.64º 0.91% 0.71% -
XYZ 31.53 41.07 6.8 -
YUV 156.91 49.04 130.92 -
System Red Green Blue C M Y K H S L
Decimal 161 182 17 0.12 0 0.91 0.29 67.64 0.83 0.39
Hex A1 B6 11 C 0 5B 1D 44 53 27
Octal 241 266 21 14 0 133 35 104 123 47
Binary 10100001 10110110 10001 1100 0 1011011 11101 1000100 1010011 100111

Color Harmonies of #A1B611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B611

Black with #A1B611

Text Example


Text Example

White with #A1B611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B611; }

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

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

background-color css

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

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

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

border-color css

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

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

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