Html Css Color HEX #A1AB1B Citrus

📋 copy color: '#A1AB1B'

red 161 ◦ green 171 ◦ blue 27

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

Shades of Citrus #A1AB1B

Tints of Citrus #A1AB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.52%

R = 44.85%
G = 47.63%
B = 7.52%

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

#A1AB1B (or 0xA1AB1B) is known color: Citrus. HEX triplet: A1, AB and 1B. RGB value is (161,171,27). Sum of RGB (Red+Green+Blue) = 161+171+27=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB1B is #5E54E4. Grayscale: #989898. Windows color (decimal): -6182117 or 1813409. OLE color: 1813409.

HSL color Cylindrical-coordinate representation of color #A1AB1B: hue angle of 64.17º degrees, saturation: 0.73, 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 #A1AB1B is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 171 27 -
CMYK 0.06 0 0.84 0.33
HSL 64.17º 0.73% 0.39% -
HSV(B) 64.17º 0.84% 0.67% -
XYZ 29.46 36.78 6.58 -
YUV 151.59 57.69 134.71 -
System Red Green Blue C M Y K H S L
Decimal 161 171 27 0.06 0 0.84 0.33 64.17 0.73 0.39
Hex A1 AB 1B 6 0 54 21 40 49 27
Octal 241 253 33 6 0 124 41 100 111 47
Binary 10100001 10101011 11011 110 0 1010100 100001 1000000 1001001 100111

Color Harmonies of #A1AB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AB1B

Black with #A1AB1B

Text Example


Text Example

White with #A1AB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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