Html Css Color HEX #A1B810 Citrus

📋 copy color: '#A1B810'

red 161 ◦ green 184 ◦ blue 16

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

Shades of Citrus #A1B810

Tints of Citrus #A1B810

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.97%

 BLUE value IS 16 (6.64% from 255) = 4.43%

R = 44.6%
G = 50.97%
B = 4.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#A1B810 (or 0xA1B810) is known color: Citrus. HEX triplet: A1, B8 and 10. RGB value is (161,184,16). Sum of RGB (Red+Green+Blue) = 161+184+16=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B810 is #5E47EF. Grayscale: #9E9E9E. Windows color (decimal): -6178800 or 1095841. OLE color: 1095841.

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

Color convert

RGB 161 184 16 -
CMYK 0.12 0 0.91 0.28
HSL 68.21º 0.84% 0.39% -
HSV(B) 68.21º 0.91% 0.72% -
XYZ 31.93 41.9 6.89 -
YUV 157.97 47.88 130.16 -
System Red Green Blue C M Y K H S L
Decimal 161 184 16 0.12 0 0.91 0.28 68.21 0.84 0.39
Hex A1 B8 10 C 0 5B 1C 44 54 27
Octal 241 270 20 14 0 133 34 104 124 47
Binary 10100001 10111000 10000 1100 0 1011011 11100 1000100 1010100 100111

Color Harmonies of #A1B810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B810

Black with #A1B810

Text Example


Text Example

White with #A1B810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B810; }

 p { color: rgb(161,184,16); }

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

background-color css

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

 a { background-color: rgb(161,184,16); }

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

border-color css

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

 span { border-color: rgb(161,184,16); }

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