Html Css Color HEX #A0B903 Citrus

📋 copy color: '#A0B903'

red 160 ◦ green 185 ◦ blue 3

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

Shades of Citrus #A0B903

Tints of Citrus #A0B903

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.16%

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

R = 45.98%
G = 53.16%
B = 0.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#A0B903 (or 0xA0B903) is known color: Citrus. HEX triplet: A0, B9 and 03. RGB value is (160,185,3). Sum of RGB (Red+Green+Blue) = 160+185+3=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B903 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B903 is #5F46FC. Grayscale: #9D9D9D. Windows color (decimal): -6244093 or 244128. OLE color: 244128.

HSL color Cylindrical-coordinate representation of color #A0B903: hue angle of 68.24º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0B903 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 185 3 -
CMYK 0.14 0 0.98 0.27
HSL 68.24º 0.97% 0.37% -
HSV(B) 68.24º 0.98% 0.73% -
XYZ 31.86 42.18 6.55 -
YUV 156.78 41.22 130.3 -
System Red Green Blue C M Y K H S L
Decimal 160 185 3 0.14 0 0.98 0.27 68.24 0.97 0.37
Hex A0 B9 3 E 0 62 1B 44 61 25
Octal 240 271 3 16 0 142 33 104 141 45
Binary 10100000 10111001 11 1110 0 1100010 11011 1000100 1100001 100101

Color Harmonies of #A0B903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B903

Black with #A0B903

Text Example


Text Example

White with #A0B903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B903; }

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

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

background-color css

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

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

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

border-color css

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

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

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