Html Css Color HEX #A1AB1C Citrus

📋 copy color: '#A1AB1C'

red 161 ◦ green 171 ◦ blue 28

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

Shades of Citrus #A1AB1C

Tints of Citrus #A1AB1C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.5%

 BLUE value IS 28 (11.33% from 255) = 7.78%

R = 44.72%
G = 47.5%
B = 7.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#A1AB1C (or 0xA1AB1C) is known color: Citrus. HEX triplet: A1, AB and 1C. RGB value is (161,171,28). Sum of RGB (Red+Green+Blue) = 161+171+28=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB1C is #5E54E3. Grayscale: #989898. Windows color (decimal): -6182116 or 1878945. OLE color: 1878945.

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

Color convert

RGB 161 171 28 -
CMYK 0.06 0 0.84 0.33
HSL 64.2º 0.72% 0.39% -
HSV(B) 64.2º 0.84% 0.67% -
XYZ 29.47 36.79 6.65 -
YUV 151.71 58.19 134.63 -
System Red Green Blue C M Y K H S L
Decimal 161 171 28 0.06 0 0.84 0.33 64.2 0.72 0.39
Hex A1 AB 1C 6 0 54 21 40 48 27
Octal 241 253 34 6 0 124 41 100 110 47
Binary 10100001 10101011 11100 110 0 1010100 100001 1000000 1001000 100111

Color Harmonies of #A1AB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AB1C

Black with #A1AB1C

Text Example


Text Example

White with #A1AB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AB1C; }

 p { color: rgb(161,171,28); }

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

background-color css

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

 a { background-color: rgb(161,171,28); }

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

border-color css

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

 span { border-color: rgb(161,171,28); }

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