Html Css Color HEX #A1AB03 Citrus

📋 copy color: '#A1AB03'

red 161 ◦ green 171 ◦ blue 3

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

Shades of Citrus #A1AB03

Tints of Citrus #A1AB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 48.06%
G = 51.04%
B = 0.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#A1AB03 (or 0xA1AB03) is known color: Citrus. HEX triplet: A1, AB and 03. RGB value is (161,171,3). Sum of RGB (Red+Green+Blue) = 161+171+3=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AB03 is #5E54FC. Grayscale: #959595. Windows color (decimal): -6182141 or 240545. OLE color: 240545.

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

Color convert

RGB 161 171 3 -
CMYK 0.06 0 0.98 0.33
HSL 63.57º 0.97% 0.34% -
HSV(B) 63.57º 0.98% 0.67% -
XYZ 29.28 36.71 5.63 -
YUV 148.86 45.69 136.66 -
System Red Green Blue C M Y K H S L
Decimal 161 171 3 0.06 0 0.98 0.33 63.57 0.97 0.34
Hex A1 AB 3 6 0 62 21 40 61 22
Octal 241 253 3 6 0 142 41 100 141 42
Binary 10100001 10101011 11 110 0 1100010 100001 1000000 1100001 100010

Color Harmonies of #A1AB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AB03

Black with #A1AB03

Text Example


Text Example

White with #A1AB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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