Html Css Color HEX #A1B303 Citrus

📋 copy color: '#A1B303'

red 161 ◦ green 179 ◦ blue 3

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

Shades of Citrus #A1B303

Tints of Citrus #A1B303

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.19%

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

R = 46.94%
G = 52.19%
B = 0.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#A1B303 (or 0xA1B303) is known color: Citrus. HEX triplet: A1, B3 and 03. RGB value is (161,179,3). Sum of RGB (Red+Green+Blue) = 161+179+3=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B303 is #5E4CFC. Grayscale: #9A9A9A. Windows color (decimal): -6180093 or 242593. OLE color: 242593.

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

Color convert

RGB 161 179 3 -
CMYK 0.10 0 0.98 0.30
HSL 66.14º 0.97% 0.36% -
HSV(B) 66.14º 0.98% 0.7% -
XYZ 30.83 39.82 6.15 -
YUV 153.55 43.04 133.31 -
System Red Green Blue C M Y K H S L
Decimal 161 179 3 0.10 0 0.98 0.30 66.14 0.97 0.36
Hex A1 B3 3 A 0 62 1E 42 61 24
Octal 241 263 3 12 0 142 36 102 141 44
Binary 10100001 10110011 11 1010 0 1100010 11110 1000010 1100001 100100

Color Harmonies of #A1B303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B303

Black with #A1B303

Text Example


Text Example

White with #A1B303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B303; }

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

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

background-color css

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

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

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

border-color css

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

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

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