Html Css Color HEX #A3BC01 Citrus

📋 copy color: '#A3BC01'

red 163 ◦ green 188 ◦ blue 1

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

Shades of Citrus #A3BC01

Tints of Citrus #A3BC01

RGB

 RED value IS 163 (64.06% from 255) = 46.31%

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 46.31%
G = 53.41%
B = 0.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#A3BC01 (or 0xA3BC01) is known color: Citrus. HEX triplet: A3, BC and 01. RGB value is (163,188,1). Sum of RGB (Red+Green+Blue) = 163+188+1=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BC01 is #5C43FE. Grayscale: #9F9F9F. Windows color (decimal): -6046719 or 113827. OLE color: 113827.

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

Color convert

RGB 163 188 1 -
CMYK 0.13 0 0.99 0.26
HSL 68.02º 0.99% 0.37% -
HSV(B) 68.02º 0.99% 0.74% -
XYZ 33.09 43.76 6.73 -
YUV 159.21 38.72 130.71 -
System Red Green Blue C M Y K H S L
Decimal 163 188 1 0.13 0 0.99 0.26 68.02 0.99 0.37
Hex A3 BC 1 D 0 63 1A 44 63 25
Octal 243 274 1 15 0 143 32 104 143 45
Binary 10100011 10111100 1 1101 0 1100011 11010 1000100 1100011 100101

Color Harmonies of #A3BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC01

Black with #A3BC01

Text Example


Text Example

White with #A3BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC01; }

 p { color: rgb(163,188,1); }

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

background-color css

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

 a { background-color: rgb(163,188,1); }

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

border-color css

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

 span { border-color: rgb(163,188,1); }

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