Html Css Color HEX #A1B118 Citrus

📋 copy color: '#A1B118'

red 161 ◦ green 177 ◦ blue 24

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

Shades of Citrus #A1B118

Tints of Citrus #A1B118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.63%

R = 44.48%
G = 48.9%
B = 6.63%

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

#A1B118 (or 0xA1B118) is known color: Citrus. HEX triplet: A1, B1 and 18. RGB value is (161,177,24). Sum of RGB (Red+Green+Blue) = 161+177+24=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1B118 is #5E4EE7. Grayscale: #9B9B9B. Windows color (decimal): -6180584 or 1618337. OLE color: 1618337.

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

Color convert

RGB 161 177 24 -
CMYK 0.09 0 0.86 0.31
HSL 66.27º 0.76% 0.39% -
HSV(B) 66.27º 0.86% 0.69% -
XYZ 30.58 39.09 6.8 -
YUV 154.77 54.2 132.44 -
System Red Green Blue C M Y K H S L
Decimal 161 177 24 0.09 0 0.86 0.31 66.27 0.76 0.39
Hex A1 B1 18 9 0 56 1F 42 4C 27
Octal 241 261 30 11 0 126 37 102 114 47
Binary 10100001 10110001 11000 1001 0 1010110 11111 1000010 1001100 100111

Color Harmonies of #A1B118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B118

Black with #A1B118

Text Example


Text Example

White with #A1B118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B118; }

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

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

background-color css

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

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

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

border-color css

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

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

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