Html Css Color HEX #A1B803 Citrus

📋 copy color: '#A1B803'

red 161 ◦ green 184 ◦ blue 3

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

Shades of Citrus #A1B803

Tints of Citrus #A1B803

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.87%

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

R = 46.26%
G = 52.87%
B = 0.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#A1B803 (or 0xA1B803) is known color: Citrus. HEX triplet: A1, B8 and 03. RGB value is (161,184,3). Sum of RGB (Red+Green+Blue) = 161+184+3=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B803 is #5E47FC. Grayscale: #9D9D9D. Windows color (decimal): -6178813 or 243873. OLE color: 243873.

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

Color convert

RGB 161 184 3 -
CMYK 0.12 0 0.98 0.28
HSL 67.62º 0.97% 0.37% -
HSV(B) 67.62º 0.98% 0.72% -
XYZ 31.85 41.86 6.49 -
YUV 156.49 41.38 131.22 -
System Red Green Blue C M Y K H S L
Decimal 161 184 3 0.12 0 0.98 0.28 67.62 0.97 0.37
Hex A1 B8 3 C 0 62 1C 44 61 25
Octal 241 270 3 14 0 142 34 104 141 45
Binary 10100001 10111000 11 1100 0 1100010 11100 1000100 1100001 100101

Color Harmonies of #A1B803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B803

Black with #A1B803

Text Example


Text Example

White with #A1B803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B803; }

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

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

background-color css

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

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

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

border-color css

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

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

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