Html Css Color HEX #A1B703 Citrus

📋 copy color: '#A1B703'

red 161 ◦ green 183 ◦ blue 3

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

Shades of Citrus #A1B703

Tints of Citrus #A1B703

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.74%

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

R = 46.4%
G = 52.74%
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

#A1B703 (or 0xA1B703) is known color: Citrus. HEX triplet: A1, B7 and 03. RGB value is (161,183,3). Sum of RGB (Red+Green+Blue) = 161+183+3=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B703 is #5E48FC. Grayscale: #9C9C9C. Windows color (decimal): -6179069 or 243617. OLE color: 243617.

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

Color convert

RGB 161 183 3 -
CMYK 0.12 0 0.98 0.28
HSL 67.33º 0.97% 0.36% -
HSV(B) 67.33º 0.98% 0.72% -
XYZ 31.65 41.45 6.42 -
YUV 155.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 161 183 3 0.12 0 0.98 0.28 67.33 0.97 0.36
Hex A1 B7 3 C 0 62 1C 43 61 24
Octal 241 267 3 14 0 142 34 103 141 44
Binary 10100001 10110111 11 1100 0 1100010 11100 1000011 1100001 100100

Color Harmonies of #A1B703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B703

Black with #A1B703

Text Example


Text Example

White with #A1B703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B703; }

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

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

background-color css

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

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

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

border-color css

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

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

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