Html Css Color HEX #A1B119 Citrus

📋 copy color: '#A1B119'

red 161 ◦ green 177 ◦ blue 25

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

Shades of Citrus #A1B119

Tints of Citrus #A1B119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.89%

R = 44.35%
G = 48.76%
B = 6.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#A1B119 (or 0xA1B119) is known color: Citrus. HEX triplet: A1, B1 and 19. RGB value is (161,177,25). Sum of RGB (Red+Green+Blue) = 161+177+25=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1B119 is #5E4EE6. Grayscale: #9B9B9B. Windows color (decimal): -6180583 or 1683873. OLE color: 1683873.

HSL color Cylindrical-coordinate representation of color #A1B119: hue angle of 66.32º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1B119 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 177 25 -
CMYK 0.09 0 0.86 0.31
HSL 66.32º 0.75% 0.4% -
HSV(B) 66.32º 0.86% 0.69% -
XYZ 30.6 39.09 6.85 -
YUV 154.89 54.7 132.36 -
System Red Green Blue C M Y K H S L
Decimal 161 177 25 0.09 0 0.86 0.31 66.32 0.75 0.4
Hex A1 B1 19 9 0 56 1F 42 4B 28
Octal 241 261 31 11 0 126 37 102 113 50
Binary 10100001 10110001 11001 1001 0 1010110 11111 1000010 1001011 101000

Color Harmonies of #A1B119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B119

Black with #A1B119

Text Example


Text Example

White with #A1B119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B119; }

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

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

background-color css

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

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

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

border-color css

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

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

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