Html Css Color HEX #A0B403 Citrus

📋 copy color: '#A0B403'

red 160 ◦ green 180 ◦ blue 3

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

Shades of Citrus #A0B403

Tints of Citrus #A0B403

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.48%

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

R = 46.65%
G = 52.48%
B = 0.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#A0B403 (or 0xA0B403) is known color: Citrus. HEX triplet: A0, B4 and 03. RGB value is (160,180,3). Sum of RGB (Red+Green+Blue) = 160+180+3=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B403 is #5F4BFC. Grayscale: #9A9A9A. Windows color (decimal): -6245373 or 242848. OLE color: 242848.

HSL color Cylindrical-coordinate representation of color #A0B403: hue angle of 66.78º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0B403 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 3 -
CMYK 0.11 0 0.98 0.29
HSL 66.78º 0.97% 0.36% -
HSV(B) 66.78º 0.98% 0.71% -
XYZ 30.83 40.12 6.21 -
YUV 153.84 42.87 132.39 -
System Red Green Blue C M Y K H S L
Decimal 160 180 3 0.11 0 0.98 0.29 66.78 0.97 0.36
Hex A0 B4 3 B 0 62 1D 43 61 24
Octal 240 264 3 13 0 142 35 103 141 44
Binary 10100000 10110100 11 1011 0 1100010 11101 1000011 1100001 100100

Color Harmonies of #A0B403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B403

Black with #A0B403

Text Example


Text Example

White with #A0B403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B403; }

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

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

background-color css

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

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

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

border-color css

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

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

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