Html Css Color HEX #A0AB03 Citrus

📋 copy color: '#A0AB03'

red 160 ◦ green 171 ◦ blue 3

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

Shades of Citrus #A0AB03

Tints of Citrus #A0AB03

RGB

 RED value IS 160 (62.89% from 255) = 47.9%

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

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

R = 47.9%
G = 51.2%
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

#A0AB03 (or 0xA0AB03) is known color: Citrus. HEX triplet: A0, AB and 03. RGB value is (160,171,3). Sum of RGB (Red+Green+Blue) = 160+171+3=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB03 is #5F54FC. Grayscale: #959595. Windows color (decimal): -6247677 or 240544. OLE color: 240544.

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

Color convert

RGB 160 171 3 -
CMYK 0.06 0 0.98 0.33
HSL 63.93º 0.97% 0.34% -
HSV(B) 63.93º 0.98% 0.67% -
XYZ 29.08 36.61 5.62 -
YUV 148.56 45.86 136.16 -
System Red Green Blue C M Y K H S L
Decimal 160 171 3 0.06 0 0.98 0.33 63.93 0.97 0.34
Hex A0 AB 3 6 0 62 21 40 61 22
Octal 240 253 3 6 0 142 41 100 141 42
Binary 10100000 10101011 11 110 0 1100010 100001 1000000 1100001 100010

Color Harmonies of #A0AB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB03

Black with #A0AB03

Text Example


Text Example

White with #A0AB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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