Html Css Color HEX #A1BC03 Citrus

📋 copy color: '#A1BC03'

red 161 ◦ green 188 ◦ blue 3

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

Shades of Citrus #A1BC03

Tints of Citrus #A1BC03

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.41%

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

R = 45.74%
G = 53.41%
B = 0.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#A1BC03 (or 0xA1BC03) is known color: Citrus. HEX triplet: A1, BC and 03. RGB value is (161,188,3). Sum of RGB (Red+Green+Blue) = 161+188+3=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BC03 is #5E43FC. Grayscale: #9F9F9F. Windows color (decimal): -6177789 or 244897. OLE color: 244897.

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

Color convert

RGB 161 188 3 -
CMYK 0.14 0 0.98 0.26
HSL 68.76º 0.97% 0.37% -
HSV(B) 68.76º 0.98% 0.74% -
XYZ 32.7 43.55 6.77 -
YUV 158.84 40.05 129.54 -
System Red Green Blue C M Y K H S L
Decimal 161 188 3 0.14 0 0.98 0.26 68.76 0.97 0.37
Hex A1 BC 3 E 0 62 1A 45 61 25
Octal 241 274 3 16 0 142 32 105 141 45
Binary 10100001 10111100 11 1110 0 1100010 11010 1000101 1100001 100101

Color Harmonies of #A1BC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC03

Black with #A1BC03

Text Example


Text Example

White with #A1BC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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